fix vulnerability in BLE cordio Delete 'break'

pull/15474/head
fireknight-hJ 2023-12-03 22:17:32 +08:00
parent 3f82313693
commit 0cf98f6f95
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ void hciTrSerialRxIncoming(uint8_t *pBuf, uint8_t len)
stateRx = HCI_RX_STATE_IDLE;
WSF_ASSERT(0);
return;
break;
}
/* see if entire header has been read */