Fix various typos
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
This commit is contained in:
parent
7f45538eb5
commit
03a510bd18
21 changed files with 45 additions and 45 deletions
|
|
@ -456,7 +456,7 @@ void SystemTask::Work() {
|
|||
if (isBleDiscoveryTimerRunning) {
|
||||
if (bleDiscoveryTimer == 0) {
|
||||
isBleDiscoveryTimerRunning = false;
|
||||
// Services discovery is deffered from 3 seconds to avoid the conflicts between the host communicating with the
|
||||
// Services discovery is deferred from 3 seconds to avoid the conflicts between the host communicating with the
|
||||
// target and vice-versa. I'm not sure if this is the right way to handle this...
|
||||
nimbleController.StartDiscovery();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue