diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h index b186f37d54..8ae3363820 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h @@ -2674,7 +2674,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT // required! +#define ONBOARD_SDIO // required! /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/A30/Configuration.h b/config/examples/Geeetech/A30/Configuration.h index 14e6b9c6b2..05e9a78527 100644 --- a/config/examples/Geeetech/A30/Configuration.h +++ b/config/examples/Geeetech/A30/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/A30M/Configuration.h b/config/examples/Geeetech/A30M/Configuration.h index fa8ea62299..749cadc9fd 100644 --- a/config/examples/Geeetech/A30M/Configuration.h +++ b/config/examples/Geeetech/A30M/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/A30T/Configuration.h b/config/examples/Geeetech/A30T/Configuration.h index a913c7381f..1436b1b4e1 100644 --- a/config/examples/Geeetech/A30T/Configuration.h +++ b/config/examples/Geeetech/A30T/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/D200/Configuration.h b/config/examples/Geeetech/D200/Configuration.h index 04fc367983..d2ba2c46bc 100644 --- a/config/examples/Geeetech/D200/Configuration.h +++ b/config/examples/Geeetech/D200/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/E180/Configuration.h b/config/examples/Geeetech/E180/Configuration.h index cd33b1f46c..6cf0f8c025 100644 --- a/config/examples/Geeetech/E180/Configuration.h +++ b/config/examples/Geeetech/E180/Configuration.h @@ -2655,7 +2655,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Geeetech/M201/Configuration.h b/config/examples/Geeetech/M201/Configuration.h index f75221b29e..b586ea8d39 100644 --- a/config/examples/Geeetech/M201/Configuration.h +++ b/config/examples/Geeetech/M201/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/JGAurora/A1/Configuration.h b/config/examples/JGAurora/A1/Configuration.h index 5d8a89430a..2f743e89f3 100644 --- a/config/examples/JGAurora/A1/Configuration.h +++ b/config/examples/JGAurora/A1/Configuration.h @@ -2659,7 +2659,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/JGAurora/A5S/Configuration.h b/config/examples/JGAurora/A5S/Configuration.h index 63230e8f3a..8fa7fb40eb 100644 --- a/config/examples/JGAurora/A5S/Configuration.h +++ b/config/examples/JGAurora/A5S/Configuration.h @@ -2659,7 +2659,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Kingroon/KP3/Configuration.h b/config/examples/Kingroon/KP3/Configuration.h index ef958c1112..232aa7c658 100644 --- a/config/examples/Kingroon/KP3/Configuration.h +++ b/config/examples/Kingroon/KP3/Configuration.h @@ -2654,7 +2654,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/Mks/Robin/Configuration.h b/config/examples/Mks/Robin/Configuration.h index 8bd7ba90db..775d789be8 100644 --- a/config/examples/Mks/Robin/Configuration.h +++ b/config/examples/Mks/Robin/Configuration.h @@ -2655,7 +2655,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/delta/Anycubic/Predator/Configuration.h b/config/examples/delta/Anycubic/Predator/Configuration.h index 591927c146..40bfc95003 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration.h +++ b/config/examples/delta/Anycubic/Predator/Configuration.h @@ -2663,7 +2663,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h index 96fc185beb..4fd235be69 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h @@ -2665,7 +2665,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration.h b/config/examples/delta/Geeetech/Rostock 301/Configuration.h index bac9a7342d..429c838703 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration.h @@ -2663,7 +2663,7 @@ * you must uncomment the following option or it won't work. */ #define SDSUPPORT -#define SDIO_SUPPORT +#define ONBOARD_SDIO /** * SD CARD: ENABLE CRC