Skip to content

Commit 1de2f3b

Browse files
committed
♻️ SDIO_SUPPORT => ONBOARD_SDIO
1 parent 5bf1e7f commit 1de2f3b

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@
26742674
* you must uncomment the following option or it won't work.
26752675
*/
26762676
#define SDSUPPORT
2677-
#define SDIO_SUPPORT // required!
2677+
#define ONBOARD_SDIO // required!
26782678

26792679
/**
26802680
* SD CARD: ENABLE CRC

config/examples/Geeetech/A30/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

config/examples/Geeetech/A30M/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

config/examples/Geeetech/A30T/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

config/examples/Geeetech/D200/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

config/examples/Geeetech/E180/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@
26552655
* you must uncomment the following option or it won't work.
26562656
*/
26572657
#define SDSUPPORT
2658-
#define SDIO_SUPPORT
2658+
#define ONBOARD_SDIO
26592659

26602660
/**
26612661
* SD CARD: ENABLE CRC

config/examples/Geeetech/M201/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

config/examples/JGAurora/A1/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@
26592659
* you must uncomment the following option or it won't work.
26602660
*/
26612661
#define SDSUPPORT
2662-
#define SDIO_SUPPORT
2662+
#define ONBOARD_SDIO
26632663

26642664
/**
26652665
* SD CARD: ENABLE CRC

config/examples/JGAurora/A5S/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@
26592659
* you must uncomment the following option or it won't work.
26602660
*/
26612661
#define SDSUPPORT
2662-
#define SDIO_SUPPORT
2662+
#define ONBOARD_SDIO
26632663

26642664
/**
26652665
* SD CARD: ENABLE CRC

config/examples/Kingroon/KP3/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
* you must uncomment the following option or it won't work.
26552655
*/
26562656
#define SDSUPPORT
2657-
#define SDIO_SUPPORT
2657+
#define ONBOARD_SDIO
26582658

26592659
/**
26602660
* SD CARD: ENABLE CRC

0 commit comments

Comments
 (0)