diff options
author | Oxore <oxore@protonmail.com> | 2023-03-07 16:05:46 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-07 17:58:42 +0300 |
commit | 5f7d4d6e9f47d328e7c4ef71030bdc9e34892798 (patch) | |
tree | 1f4dbecf6b27e268c0590404399c5d5fd91965d0 /app/main.c | |
parent | e4a9be2a4f68781d318770296a50f4823c419805 (diff) |
Get rid of libc, take just parts of it
Diffstat (limited to 'app/main.c')
-rw-r--r-- | app/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |