Skip to content

Commit

Permalink
Sanity check deprecated SDSLOW, SDEXTRASLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 17, 2016
1 parent b19b272 commit 438a87e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@
#error HAS_AUTOMATIC_VERSIONING deprecated - use USE_AUTOMATIC_VERSIONING instead
#elif defined(ENABLE_AUTO_BED_LEVELING)
#error ENABLE_AUTO_BED_LEVELING deprecated - use AUTO_BED_LEVELING_FEATURE instead
#elif defined(SDSLOW)
#error SDSLOW deprecated - set SPI_SPEED to SPI_HALF_SPEED instead
#elif defined(SDEXTRASLOW)
#error SDEXTRASLOW deprecated - set SPI_SPEED to SPI_QUARTER_SPEED instead
#endif

#endif //SANITYCHECK_H

0 comments on commit 438a87e

Please sign in to comment.