🐛 Fix pulldown sanity check

This commit is contained in:
Scott Lahteine
2022-03-25 21:16:00 -05:00
parent 959c559c43
commit b1958a43fc
7 changed files with 31 additions and 12 deletions

View File

@@ -44,3 +44,7 @@
#if MB(MKS_TINYBEE) && ENABLED(FAST_PWM_FAN)
#error "FAST_PWM_FAN is not available on TinyBee."
#endif
#if USING_PULLDOWNS
#error "PULLDOWN pin mode is not available on ESP32 boards."
#endif