Skip to content

Commit ffcbce5

Browse files
committed
test
test
1 parent 7f04f90 commit ffcbce5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ Documentation Checks
433433
The CI also checks the documentation for any compilation errors. This is important to ensure that the documentation layout is not broken.
434434
To build the documentation locally, please refer to the `documentation guidelines <guides/docs_contributing>`_.
435435

436+
437+
436438
Code Style Checks
437439
^^^^^^^^^^^^^^^^^
438440

libraries/BLE/examples/Client/Client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static BLEAdvertisedDevice *myDevice;
2222
static void notifyCallback(BLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify) {
2323
Serial.print("Notify callback for characteristic ");
2424
Serial.print(pBLERemoteCharacteristic->getUUID().toString().c_str());
25-
Serial.print(" of data length ");
25+
Serial.print(" of data lenght ");
2626
Serial.println(length);
2727
Serial.print("data: ");
2828
Serial.write(pData, length);

0 commit comments

Comments
 (0)