summaryrefslogtreecommitdiff
path: root/app/main.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-07 16:05:46 +0300
committerOxore <oxore@protonmail.com>2023-03-07 17:58:42 +0300
commit5f7d4d6e9f47d328e7c4ef71030bdc9e34892798 (patch)
tree1f4dbecf6b27e268c0590404399c5d5fd91965d0 /app/main.c
parente4a9be2a4f68781d318770296a50f4823c419805 (diff)
Get rid of libc, take just parts of it
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.c b/app/main.c
index e857a38..352d766 100644
--- a/app/main.c
+++ b/app/main.c
@@ -59,7 +59,7 @@
#include "indicate/indicate_modes_task.h"
#include "tsl_user.h"
-#include "time.h"
+#include "time/time.h"
#include "stm32f0xx_usart.h"