🧑💻 Generalize SDSUPPORT as HAS_MEDIA
In preparation for single- and multi-volume refactoring.
This commit is contained in:
parent
ce85b98db4
commit
5664c02d07
164 changed files with 399 additions and 397 deletions
|
|
@ -642,7 +642,7 @@ private:
|
|||
|
||||
static void M18_M84();
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#if HAS_MEDIA
|
||||
static void M20();
|
||||
static void M21();
|
||||
static void M22();
|
||||
|
|
@ -658,7 +658,7 @@ private:
|
|||
|
||||
static void M31();
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#if HAS_MEDIA
|
||||
#if HAS_MEDIA_SUBCALLS
|
||||
static void M32();
|
||||
#endif
|
||||
|
|
@ -1062,7 +1062,7 @@ private:
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#if HAS_MEDIA
|
||||
static void M524();
|
||||
#endif
|
||||
|
||||
|
|
@ -1195,7 +1195,7 @@ private:
|
|||
static void M910();
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#if HAS_MEDIA
|
||||
static void M928();
|
||||
#endif
|
||||
|
||||
|
|
@ -1207,7 +1207,7 @@ private:
|
|||
static void M995();
|
||||
#endif
|
||||
|
||||
#if BOTH(SPI_FLASH, SDSUPPORT)
|
||||
#if BOTH(SPI_FLASH, HAS_MEDIA)
|
||||
static void M993();
|
||||
static void M994();
|
||||
#endif
|
||||
|
|
@ -1229,7 +1229,7 @@ private:
|
|||
static void M423_report(const bool forReplay=true);
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#if HAS_MEDIA
|
||||
static void M1001();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue