diff options
| author | luz paz <luzpaz@github.com> | 2022-05-31 19:17:36 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2022-06-05 06:31:23 (GMT) |
| commit | 03a510bd182cdb89005d75e0f8dacf734efce315 (patch) | |
| tree | 581d6638c06a2211c2d154e69cf66d702e1de818 /src/components/ble/DfuService.cpp | |
| parent | 7f45538eb53235ab4015fcf13533796c8759c7bc (diff) | |
Fix various typos
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
Diffstat (limited to 'src/components/ble/DfuService.cpp')
| -rw-r--r-- | src/components/ble/DfuService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/DfuService.cpp b/src/components/ble/DfuService.cpp index 77dbe2e..1f06b69 100644 --- a/src/components/ble/DfuService.cpp +++ b/src/components/ble/DfuService.cpp @@ -246,7 +246,7 @@ int DfuService::ControlPointHandler(uint16_t connectionHandle, os_mbuf* om) { NRF_LOG_INFO("[DFU] -> Receive firmware image requested, but we are not in Start Init"); return 0; } - // TODO the chunk size is dependant of the implementation of the host application... + // TODO the chunk size is dependent of the implementation of the host application... dfuImage.Init(20, applicationSize, expectedCrc); NRF_LOG_INFO("[DFU] -> Starting receive firmware"); state = States::Data; |
