This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Why need macros of NRF52_PAN_*?

I found lots of macros in Makefile like below,but I did not found they were used in C or assemble file. I am cleanup my Makefile to remove unused macros... so could I remove them?

NRF52_PAN_12 NRF52_PAN_15 NRF52_PAN_20 NRF52_PAN_30 NRF52_PAN_31 NRF52_PAN_36 NRF52_PAN_51 NRF52_PAN_53 NRF52_PAN_54 NRF52_PAN_55 NRF52_PAN_58 NRF52_PAN_62 NRF52_PAN_63 NRF52_PAN_64

Related