nrf5340 audio application - broadcast source

Hi,

I'm trying to build the nrf5340_audio/broadcast_source application. I'm getting the following error:

nrf5340_audio/src/audio/le_audio_rx.c:20:22: error: 'CONFIG_BT_ISO_RX_MTU' undeclared here (not in a function); did you mean 'CONFIG_BT_ID_MAX'?
20 | uint8_t data[CONFIG_BT_ISO_RX_MTU];

I'm using SDK 2.9.99. I've added the following to prj.conf:

CONFIG_AUDIO_DEV=2
CONFIG_TRANSPORT_BIS=y
Any suggestions why I'm not getting a clean build?
Regards,
ac
Parents Reply Children
No Data
Related