INCLUDES project root in a Windows friendly way

This commit is contained in:
Daniel Bergman 2025-06-28 14:29:05 +02:00
parent 1c89baa8d1
commit 0b7f53f99d

View File

@ -63,6 +63,7 @@ endif
# Add your include directories here.
INCLUDES += \
-I./ \
-I. \
-I./tinyusb/src \
-I./littlefs \
-I./utz \