mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-24 10:49:58 +00:00
apps/btshell: Fix typos on l2cap_create_server
This commit is contained in:
@@ -130,9 +130,11 @@ cmd_l2cap_create_server(int argc, char **argv)
|
||||
|
||||
rc = btshell_l2cap_create_srv(psm, accept_response);
|
||||
if (rc) {
|
||||
console_printf("Server create error: 0x%02x", rc);
|
||||
console_printf("Server create error: 0x%02x\n", rc);
|
||||
return rc;
|
||||
}
|
||||
|
||||
console_printf("Server created successfully\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user