mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Remove the back slash from long literal string
since the back slash is only needed for the long macro definition Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8bf8e21614
commit
2e91c07ca7
10 changed files with 19 additions and 19 deletions
|
|
@ -329,7 +329,7 @@ static void hci_cmd_done(uint16_t opcode, uint8_t status,
|
|||
|
||||
if (g_btdev.sent_cmd->u.hci.opcode != opcode)
|
||||
{
|
||||
wlerr("ERROR: Unexpected completion of opcode 0x%04x " \
|
||||
wlerr("ERROR: Unexpected completion of opcode 0x%04x "
|
||||
"expected 0x%04x\n",
|
||||
opcode, g_btdev.sent_cmd->u.hci.opcode);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue