mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-29 13:19:53 +00:00
Fix FYSETC_AIO_II build (#18124)
BOARD_FYSETC_AIO_II also needs this header for the reset_stepper_drivers function
This commit is contained in:
parent
094bf40063
commit
a49319f3dd
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ void CardReader::mount() {
|
|||
/**
|
||||
* Handle SD card events
|
||||
*/
|
||||
#if MB(FYSETC_CHEETAH)
|
||||
#if MB(FYSETC_CHEETAH, FYSETC_AIO_II)
|
||||
#include "../module/stepper.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue