diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-02-04 17:34:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 17:34:28 +0100 |
| commit | 6259b816287f8f74dadf50334a445cd9fe16d415 (patch) | |
| tree | 712cf7ca15f0d17b54909bbf45a4cc759c579392 /src/components/ble/BatteryInformationService.cpp | |
| parent | 16ce5bbb7563f0af9394d4da0dae303aa9eda2fd (diff) | |
| parent | d90b7274fa8bbfa09f79660b45b550d91f7b0125 (diff) | |
Merge pull request #198 from JF002/update-nimble-1_3-master
Update to nimble 1.3 master branch
Diffstat (limited to 'src/components/ble/BatteryInformationService.cpp')
| -rw-r--r-- | src/components/ble/BatteryInformationService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/BatteryInformationService.cpp b/src/components/ble/BatteryInformationService.cpp index f7d895c2..bc66ff72 100644 --- a/src/components/ble/BatteryInformationService.cpp +++ b/src/components/ble/BatteryInformationService.cpp @@ -1,3 +1,4 @@ +#include <nrf_log.h> #include "BatteryInformationService.h" #include "components/battery/BatteryController.h" |
