Skip to content

Commit b8e5dfa

Browse files
authored
Correct minor typo in BLETest.cpp (#100)
1 parent af7d36e commit b8e5dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/samples/BLETest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void ble_test()
6868
// Options for MICROBIT_BLE_SECURITY_LEVEL are:
6969
// SECURITY_MODE_ENCRYPTION_WITH_MITM, enables pairing with a passcode
7070
// SECURITY_MODE_ENCRYPTION_NO_MITM, enables pairing without a passcode
71-
// SECURITY_MODE_ENCRYPTION_OPEN_LINK, pairing is no required
71+
// SECURITY_MODE_ENCRYPTION_OPEN_LINK, pairing is not required
7272
//
7373

7474
uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_CONNECTED, onConnected);
@@ -117,4 +117,4 @@ void ble_test()
117117
release_fiber();
118118
}
119119

120-
#endif
120+
#endif

0 commit comments

Comments
 (0)