From 5f7d4d6e9f47d328e7c4ef71030bdc9e34892798 Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 7 Mar 2023 16:05:46 +0300 Subject: Get rid of libc, take just parts of it --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/main.c') 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" -- cgit v1.2.3