This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1352P: mac_user_config.c compiler error

Part Number: CC1352P

We have a custom board and therefore a custom .syscfg file. 

As such, the ti_driver_config.h does not include 

#define CONFIG_CC1352P_2_LAUNCHXL
However, this omission is causing a compiler error in mac_user_config.c 
Error: unresolved symbol rfSelect, first referenced in <whole-program>
If I add the define to the Properties-->Predefined Symbols the error goes away.
It it safe to add this define?
Will it cause other unwanted coded/behavior to appear?
Is the correct implementation of rfSelect() getting pulled in with this one define, or are some other defines required?
- Bill