0
0
Fork 0
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:
Chris Pepper 2020-05-27 17:06:32 +01:00 committed by GitHub
parent 094bf40063
commit a49319f3dd
No known key found for this signature in database
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