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:
Chris Pepper 2020-05-27 17:06:32 +01:00 committed by GitHub
parent 094bf40063
commit a49319f3dd
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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