Skip to content

Commit

Permalink
[nrf noup] samples: bluetooth: update autoconf.h header path
Browse files Browse the repository at this point in the history
Update path for autoconf.h which is now in zephyr/autoconf.h

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
(cherry picked from commit b22c113)
(cherry picked from commit 02f8b45)
  • Loading branch information
frkv authored and jukkar committed Dec 16, 2024
1 parent 665aba4 commit 923f090
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 923f090

Please sign in to comment.