From 087adf06cc967f719cdaf45911af39f1b1b4b63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 17 Jan 2023 23:00:21 +0100 Subject: [PATCH] Remove cmsis folder from include paths. Include requires #include --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c7a241..8f07db9 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CFILES := main.c setup/system_init.c startup/startup_stm32l0xx.c ASFILES = -INCLUDEPATH = -Iinclude -Iinclude/cmsis +INCLUDEPATH = -Iinclude OBJDIR=obj target = remote