Skip to content

Commit b4aad13

Browse files
committed
fix(nimble): Fix typo in BLEClient
1 parent 0eca1c6 commit b4aad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/src/BLEClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ bool BLEClient::connect(BLEAddress address, uint8_t type, uint32_t timeoutMs) {
836836
taskData.m_flags = 0;
837837
} else {
838838
// workaround; if the controller doesn't cancel the connection at the timeout, cancel it here.
839-
log_e("Connect timeout - cancelling");
839+
log_e("Connect timeout - canceling");
840840
ble_gap_conn_cancel();
841841
taskData.m_flags = BLE_HS_ETIMEOUT;
842842
}

0 commit comments

Comments
 (0)