Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 0ae1d62

Browse files
Jimmy Huanggrgustaf
authored andcommitted
[ble] Fixed compile warning (#1838)
Signed-off-by: Jimmy Huang <[email protected]>
1 parent 407690b commit 0ae1d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zjs_ble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ static jerry_value_t zjs_ble_init()
13481348

13491349
#ifdef ZJS_ASHELL
13501350
if (bt_enable(ble_bt_ready)) {
1351-
ERR_PRINT("Failed to enable Bluetooth and may not be enabled again, ",
1351+
ERR_PRINT("Failed to enable Bluetooth and may not be enabled again, " \
13521352
"please reboot\n");
13531353
}
13541354
#endif

0 commit comments

Comments
 (0)