Skip to content

Commit 16bb7e5

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
fix merge conflixt
1 parent c9f8ca4 commit 16bb7e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
223223
} break;
224224

225225
case HCI_OPCODE_LE_WRITE_DEF_DATA_LEN:
226-
/* send next command in sequence */
227-
HciReadLocalVerInfoCmd();
228-
break;
229-
230-
case HCI_OPCODE_READ_LOCAL_VER_INFO:
231226
if (hciCoreCb.extResetSeq) {
232227
/* send first extended command */
233228
HciReadLocalVerInfoCmd();

0 commit comments

Comments
 (0)