Skip to content

Commit bda37fb

Browse files
committed
- fix compile error on S132 with nRF51822 debug on
1 parent 5f0f7f2 commit bda37fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nRF51822.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ void nRF51822::poll() {
625625
case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
626626
#ifdef NRF_51822_DEBUG
627627
Serial.print(F("Evt Sec Params Request "));
628-
#if !defined(NRF51_S130) && !defined(S110)
628+
#if !defined(NRF5) && !defined(NRF51_S130)
629629
Serial.print(bleEvt->evt.gap_evt.params.sec_params_request.peer_params.timeout);
630630
Serial.print(F(" "));
631631
#endif

0 commit comments

Comments
 (0)