|
|
|
|
361
|
#error HAS_AUTOMATIC_VERSIONING deprecated - use USE_AUTOMATIC_VERSIONING instead
|
361
|
#error HAS_AUTOMATIC_VERSIONING deprecated - use USE_AUTOMATIC_VERSIONING instead
|
362
|
#elif defined(ENABLE_AUTO_BED_LEVELING)
|
362
|
#elif defined(ENABLE_AUTO_BED_LEVELING)
|
363
|
#error ENABLE_AUTO_BED_LEVELING deprecated - use AUTO_BED_LEVELING_FEATURE instead
|
363
|
#error ENABLE_AUTO_BED_LEVELING deprecated - use AUTO_BED_LEVELING_FEATURE instead
|
|
|
364
|
+#elif defined(SDSLOW)
|
|
|
365
|
+ #error SDSLOW deprecated - set SPI_SPEED to SPI_HALF_SPEED instead
|
|
|
366
|
+#elif defined(SDEXTRASLOW)
|
|
|
367
|
+ #error SDEXTRASLOW deprecated - set SPI_SPEED to SPI_QUARTER_SPEED instead
|
364
|
#endif
|
368
|
#endif
|
365
|
|
369
|
|
366
|
#endif //SANITYCHECK_H
|
370
|
#endif //SANITYCHECK_H
|