Skip to content

Commit

Permalink
Fix FYSETC_AIO_II build (MarlinFirmware#18124)
Browse files Browse the repository at this point in the history
BOARD_FYSETC_AIO_II also needs this header for the reset_stepper_drivers function
  • Loading branch information
p3p authored and HairingX committed Jun 16, 2021
1 parent 29b13ce commit 5a18cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/sd/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a18cbe

Please sign in to comment.