zephyr: s/BLUETOOTH/BT/
Upstream has made a breaking namespace change. Keep up. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
parent
b9f5a68dac
commit
d9072bc3c8
|
@ -18,6 +18,6 @@ CONFIG_FLASH=y
|
||||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
|
||||||
### Disable Bluetooth by default
|
### Disable Bluetooth by default
|
||||||
# CONFIG_BLUETOOTH is not set
|
# CONFIG_BT is not set
|
||||||
|
|
||||||
CONFIG_MULTITHREADING=n
|
CONFIG_MULTITHREADING=n
|
||||||
|
|
|
@ -15,6 +15,6 @@ CONFIG_FLASH=y
|
||||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
|
||||||
### Disable Bluetooth by default
|
### Disable Bluetooth by default
|
||||||
# CONFIG_BLUETOOTH is not set
|
# CONFIG_BT is not set
|
||||||
|
|
||||||
CONFIG_MULTITHREADING=n
|
CONFIG_MULTITHREADING=n
|
||||||
|
|
Loading…
Reference in New Issue