summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-10 09:56:48 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-11-11 07:59:15 +0200
commita3c057a5e9d53cbb27810e5d30aba8a52e89e4e2 (patch)
treee7aeb48c85b47ccb0b5a9dde1c477cb91f054daa /samples/bluetooth
parenta8506f7814a3a112dcef4b57a42a5bbea2c8eee3 (diff)
Bluetooth: samples/hci_uart: Remove redundant semicolon
Remove redundant semicolon from the end of a while loop. Change-Id: I02cef7879efe0d6eeae59595e14fb1d9b00a6d52 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci_uart/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/hci_uart/src/main.c b/samples/bluetooth/hci_uart/src/main.c
index e6a92187d..160c131a5 100644
--- a/samples/bluetooth/hci_uart/src/main.c
+++ b/samples/bluetooth/hci_uart/src/main.c
@@ -326,7 +326,7 @@ void bt_controller_assert_handle(char *file, uint32_t line)
uart_poll_out(hci_uart_dev, line >> 24 & 0xff);
while (1) {
- };
+ }
}
#endif /* CONFIG_BLUETOOTH_CONTROLLER_ASSERT_HANDLER */