diff options
| author | JF <jf@codingfield.com> | 2020-10-18 17:35:36 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-18 17:35:36 +0200 |
| commit | 28bc4344193cda2936ff0f69ae51aa79a7840998 (patch) | |
| tree | de18b2878c8bea8b745a63e9969a88460ca175d8 /src/main.cpp | |
| parent | e4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff) | |
[WIP] New notification app that uses software scrolling effect.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e3243362..45aac6de 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ #if NRF_LOG_ENABLED -#include "Logging/NrfLogger.h" +#include "logging/NrfLogger.h" Pinetime::Logging::NrfLogger logger; #else #include "logging/DummyLogger.h" |
