aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-18 17:35:36 +0200
committerJF <jf@codingfield.com>2020-10-18 17:35:36 +0200
commit28bc4344193cda2936ff0f69ae51aa79a7840998 (patch)
treede18b2878c8bea8b745a63e9969a88460ca175d8 /src/main.cpp
parente4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff)
[WIP] New notification app that uses software scrolling effect.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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"