Skip to content

Commit 82f64a8

Browse files
authored
fix(typo): Fix typo in comment for BOOT pin initialization
1 parent 118996d commit 82f64a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/examples/Server_secure_authorization/Server_secure_authorization.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void setup() {
7373
Serial.begin(115200);
7474
Serial.println("Starting BLE Authorization Example!");
7575

76-
// Initialize the BOOT pin for reseting the read count
76+
// Initialize the BOOT pin for resetting the read count
7777
pinMode(BOOT_PIN, INPUT_PULLUP);
7878

7979
// Clear NVS to remove any cached pairing information

0 commit comments

Comments
 (0)