diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-05 22:55:34 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-15 21:02:49 (GMT) |
| commit | 241d36471daaea03215c289f3dc2bdc2860b5053 (patch) | |
| tree | 5b404f888c635bb08a66014be3ad5729ca4e3e74 /src/components/ble/BatteryInformationService.cpp | |
| parent | 1b937a77b981557015a614c7b806f8ddf62c614e (diff) | |
Move up file header include to top
Diffstat (limited to 'src/components/ble/BatteryInformationService.cpp')
| -rw-r--r-- | src/components/ble/BatteryInformationService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/BatteryInformationService.cpp b/src/components/ble/BatteryInformationService.cpp index b95a88d..9a3f86f 100644 --- a/src/components/ble/BatteryInformationService.cpp +++ b/src/components/ble/BatteryInformationService.cpp @@ -1,5 +1,5 @@ -#include <nrf_log.h> #include "components/ble/BatteryInformationService.h" +#include <nrf_log.h> #include "components/battery/BatteryController.h" using namespace Pinetime::Controllers; |
