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.

LP-EM-CC2340R5: 如何使用*.syscfg中定义的宏

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: CC2340R5

我拷贝了data_stream工程,重命名为data_transfer。又拷贝了C:\ti\simplelink_lowpower_f3_sdk_7_20_00_29\examples\rtos\LP_EM_CC2340R5\drivers\uart2callback\uart2callback.c到我的工程目录,修改了uart2callback.c中的CONFIG_GPIO_LED_0为data_transfer.syscfg里的CONFIG_GPIO_RLED,编译时出现如下错误

在main_freertos.c中使用CONFIG_GPIO_RLED也会报同样的错误。

请问我该如何解决这个编译错误?