Skip to content

Commit e43aa12

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
removed stray comma
1 parent 1bbadde commit e43aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const LlRtCfg_t NRFCordioHCIDriver::_ll_cfg = {
120120
/** Delay of auxiliary packet in microseconds from the time specified by auxPtr. */
121121
/*uint16_t*/ .auxPtrOffsetUsec = 0,
122122

123-
/* Scanner */,
123+
/* Scanner */
124124
/** Maximum scan request received events. */
125125
/*uint8_t*/ .maxScanReqRcvdEvt = MBED_CONF_CORDIO_LL_MAX_SCAN_REQUEST_EVENTS,
126126
/** Maximum extended scan data size. */

0 commit comments

Comments
 (0)