Skip to content

Commit

Permalink
[nrf noup] Autoconf for bap_unicast_client, cap_acceptor
Browse files Browse the repository at this point in the history
-Doesn't sound like something that should be a [nrf noup], hence
 WIP. Note, became a noup, deal with it next upmerge, Bjarki :)

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
  • Loading branch information
frkv authored and bjarki-andreasen committed Oct 4, 2024
1 parent 9be49d9 commit 6fd7b21
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/bluetooth/bap_unicast_client/src/stream_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <autoconf.h>
#include <zephyr/autoconf.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/cap_acceptor/src/cap_acceptor_unicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <autoconf.h>
#include <zephyr/autoconf.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/cap_acceptor/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <autoconf.h>
#include <zephyr/autoconf.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <autoconf.h>
#include <zephyr/autoconf.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/cap_initiator/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <autoconf.h>
#include <zephyr/autoconf.h>
#include <stddef.h>

#include <zephyr/bluetooth/bluetooth.h>
Expand Down
2 changes: 1 addition & 1 deletion soc/nordic/nrf54l/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

#ifdef __NRF_TFM__
#include <autoconf.h>
#include <zephyr/autoconf.h>
#endif

#include <zephyr/devicetree.h>
Expand Down

0 comments on commit 6fd7b21

Please sign in to comment.