SiliconLabs/bluetooth_stack_features

TX side of RFSense example uses undefined symbol

Opened this issue · 1 comments

rail_status = RAIL_StartTx(rail_handle, CHANNEL, RAIL_TX_OPTIONS_DEFAULT, NULL);

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

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