summaryrefslogtreecommitdiff
path: root/src/components/ble
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-09-13 21:22:53 +0300
committerGitHub <noreply@github.com>2021-09-13 21:22:53 +0300
commit40765f117347f4a4fc6cc4d2c4e46b1923a18fbb (patch)
treef1eac679b683e04b80fdd245dd9d4c6949a174a5 /src/components/ble
parent3ee4876214b70c107cabbb54f865e646e99f0d73 (diff)
parentb0bdd2be1c30d349a1efef96b93a5771f5edbd06 (diff)
Merge branch 'develop' into disable_notif_only
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/NimbleController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp
index 5eb227bf..bde9b076 100644
--- a/src/components/ble/NimbleController.cpp
+++ b/src/components/ble/NimbleController.cpp
@@ -126,7 +126,7 @@ void NimbleController::StartAdvertising() {
// ASSERT(res == 0);// TODO I've disabled these ASSERT as they sometime asserts and reset the mcu.
// For now, the advertising is restarted as soon as it ends. There may be a race condition
// that prevent the advertising from restarting reliably.
- // I remove the assert to prevent this uncesseray crash, but in the long term, the management of
+ // I remove the assert to prevent this unnecessary crash, but in the long term, the management of
// the advertising should be improve (better error handling, and advertise for 3 minutes after
// the application has been woken up, for example.
}