🚸 Sanity check Integrated Babystepping + I2S stream + ESP32 (#24691)

This commit is contained in:
Eduard Sukharev 2022-09-13 20:29:59 +03:00 committed by Scott Lahteine
parent 96d050c7ba
commit 2f24c31454
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@
#error "FAST_PWM_FAN is not available on TinyBee."
#endif
#if BOTH(I2S_STEPPER_STREAM, BABYSTEPPING) && DISABLED(INTEGRATED_BABYSTEPPING)
#error "BABYSTEPPING on I2S stream requires INTEGRATED_BABYSTEPPING."
#endif
#if USING_PULLDOWNS
#error "PULLDOWN pin mode is not available on ESP32 boards."
#endif