Skip to content

Commit a0f173c

Browse files
frkvbjarki-andreasen
authored andcommitted
WIP: Autoconf for bap_unicast_client, cap_acceptor
-Doesn't sound like something that should be a [nrf noup], hence WIP Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 50afcd5 commit a0f173c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/bluetooth/bap_unicast_client/src/stream_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
7+
#include <zephyr/autoconf.h>
88
#include <errno.h>
99
#include <stdbool.h>
1010
#include <stddef.h>

samples/bluetooth/cap_acceptor/src/cap_acceptor_unicast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-License-Identifier: Apache-2.0
88
*/
99

10-
#include <autoconf.h>
10+
#include <zephyr/autoconf.h>
1111
#include <errno.h>
1212
#include <stdbool.h>
1313
#include <stddef.h>

samples/bluetooth/cap_acceptor/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
7+
#include <zephyr/autoconf.h>
88
#include <errno.h>
99
#include <stdbool.h>
1010
#include <stddef.h>

samples/bluetooth/cap_initiator/src/cap_initiator_unicast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
7+
#include <zephyr/autoconf.h>
88
#include <stdbool.h>
99
#include <stddef.h>
1010
#include <stdint.h>

samples/bluetooth/cap_initiator/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
7+
#include <zephyr/autoconf.h>
88
#include <stddef.h>
99

1010
#include <zephyr/bluetooth/bluetooth.h>

soc/nordic/nrf54l/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#ifdef __NRF_TFM__
16-
#include <autoconf.h>
16+
#include <zephyr/autoconf.h>
1717
#endif
1818

1919
#include <zephyr/devicetree.h>

0 commit comments

Comments
 (0)