Fixed directory conflict on Windows.

This commit is contained in:
Joe Kearney 2026-01-10 18:41:02 -06:00
parent ebee29a1e4
commit b4c362c971
6 changed files with 1 additions and 1 deletions

View file

@ -1,15 +0,0 @@
idf_component_register(
SRCS
"Console.c"
"Commands/Log_Command.c"
INCLUDE_DIRS
"."
"./Commands"
REQUIRES
"SystemK"
"System_Events"
"console"
"log"
"nvs_flash"
"vfs"
)