MariuszSkamra commented on code in PR #1919:
URL: https://github.com/apache/mynewt-nimble/pull/1919#discussion_r1846803836
##########
apps/btshell/src/cmd.c:
##########
@@ -4235,7 +4235,7 @@ static const struct shell_cmd_help sync_stats_help = {
#endif
#endif
-#if MYNEWT_VAL(BLE_ISO_BROADCAST_SOURCE)
+#if MYNEWT_VAL(BLE_AUDIO) && MYNEWT_VAL(BLE_ISO_BROADCAST_SOURCE)
Review Comment:
We should have a dedicated syscfg option like `BLE_AUDIO_BROADCAST_SOURCE`
actually IMO
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]