]> git.earman.xyz Git - sensor-watch.git/commitdiff
INCLUDES project root in a Windows friendly way
authorDaniel Bergman <danber@gmail.com>
Sat, 28 Jun 2025 12:29:05 +0000 (14:29 +0200)
committerDaniel Bergman <danber@gmail.com>
Sat, 28 Jun 2025 12:29:05 +0000 (14:29 +0200)
Makefile

index 94b4c129bc7c3d7a2fa95b9630e8cbabac4210f4..45eae6b75ee5c28dd458bddd523b18e6909f172a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ endif
 # Add your include directories here.
 INCLUDES += \
   -I./ \
+  -I. \
   -I./tinyusb/src \
   -I./littlefs \
   -I./utz \