Skip to content

Commit c9f824c

Browse files
authored
fix typo
1 parent 4fd1d0c commit c9f824c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/examples/Central/central_hid/central_hid.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void setup()
4141

4242
Bluefruit.setName("Bluefruit52 Central");
4343

44-
// Init BLE Central Uart Serivce
44+
// Init BLE Central Hid Serivce
4545
hid.begin();
4646

4747
#if POLLING == 0
@@ -126,7 +126,7 @@ void connect_callback(uint16_t conn_handle)
126126
{
127127
Serial.println("Found NONE");
128128

129-
// disconnect since we couldn't find bleuart service
129+
// disconnect since we couldn't find blehid service
130130
Bluefruit.disconnect(conn_handle);
131131
}
132132
}

0 commit comments

Comments
 (0)