bluetooth_stack_features icon indicating copy to clipboard operation
bluetooth_stack_features copied to clipboard

TX side of RFSense example uses undefined symbol

Open Pyradonis opened this issue 1 year ago • 1 comments

https://github.com/SiliconLabs/bluetooth_stack_features/blob/2b9516f4c99aed59ad72df04d522b99fa2f46fc8/system_and_performance/waking_from_deep_sleep_using_rfsense/src/tx_side/app_process.c#L198

CHANNEL is not defined anywhere and so the build fails. (Target EFR32BG1P232F256GM48, Gecko SDK Suite v4.4.0)

Pyradonis avatar Apr 26 '24 10:04 Pyradonis

CHANNEL was defined in app_process.h so you'll need to use app_process.h from the example.