diff --git a/src/drivers/storage/SDCard.h b/src/drivers/storage/SDCard.h index 1b00fa3..a90deb3 100644 --- a/src/drivers/storage/SDCard.h +++ b/src/drivers/storage/SDCard.h @@ -29,7 +29,7 @@ #include #if !defined(NO_DISPLAY) - #include "..\lib\TFT_eSPI\User_Setup_Select.h" + #include "../lib/TFT_eSPI/User_Setup_Select.h" #endif #if !defined(NO_DISPLAY) && !defined(LED_DISPLAY)