ESP32: i2s_init requires I2S_STEPPER_STREAM

This commit is contained in:
Scott Lahteine
2020-10-20 22:36:22 -05:00
parent a596969049
commit 1f7c085527
4 changed files with 7 additions and 11 deletions

View File

@ -86,7 +86,7 @@ volatile int numPWMUsed = 0,
#endif
void HAL_init() { i2s_init(); }
void HAL_init() { TERN_(I2S_STEPPER_STREAM, i2s_init()); }
void HAL_init_board() {