Tweak sanity checks
This commit is contained in:
parent
deff538909
commit
d81de7f521
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
#endif
|
||||
|
||||
#if ENABLED(SDIO_SUPPORT)
|
||||
#error "SDIO_SUPPORT is not supported."
|
||||
#error "SDIO_SUPPORT is not supported on SAMD51."
|
||||
#endif
|
||||
|
||||
#if ENABLED(FAST_PWM_FAN)
|
||||
|
|
Reference in a new issue