Skip to content

Commit d9072bc

Browse files
Marti Bolivard3zd3z
authored andcommitted
zephyr: s/BLUETOOTH/BT/
Upstream has made a breaking namespace change. Keep up. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
1 parent b9f5a68 commit d9072bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boot/zephyr/prj-p256.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ CONFIG_FLASH=y
1818
CONFIG_MPU_ALLOW_FLASH_WRITE=y
1919

2020
### Disable Bluetooth by default
21-
# CONFIG_BLUETOOTH is not set
21+
# CONFIG_BT is not set
2222

2323
CONFIG_MULTITHREADING=n

boot/zephyr/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ CONFIG_FLASH=y
1515
CONFIG_MPU_ALLOW_FLASH_WRITE=y
1616

1717
### Disable Bluetooth by default
18-
# CONFIG_BLUETOOTH is not set
18+
# CONFIG_BT is not set
1919

2020
CONFIG_MULTITHREADING=n

0 commit comments

Comments
 (0)