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>
This commit is contained in:
parent
a8506f7814
commit
a3c057a5e9
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user