🐛 Fix pulldown sanity check

This commit is contained in:
Scott Lahteine
2022-03-25 21:16:00 -05:00
committed by Scott Lahteine
parent 3bce266ef7
commit edc4089121
7 changed files with 31 additions and 12 deletions

View File

@ -59,3 +59,7 @@
#if HAS_TMC_SW_SERIAL
#error "TMC220x Software Serial is not supported on the DUE platform."
#endif
#if USING_PULLDOWNS
#error "PULLDOWN pin mode is not available on DUE boards."
#endif