arch/arm/src/nrf52/nrf52_sdc.c: print HCI opcode as hex

This commit is contained in:
raiden00pl 2021-12-17 15:12:52 +01:00 committed by Xiang Xiao
parent 07c9204fd6
commit 26951f5018

View File

@ -278,7 +278,7 @@ static void on_hci(void)
uint8_t *status = (uint8_t *)cmd_complete + 3;
wlinfo("received CMD_COMPLETE from softdevice "
"(opcode: %d, status: 0x%x)\n",
"(opcode: 0x%x, status: 0x%x)\n",
cmd_complete->opcode, *status);
}
else