소스 검색

Fix FYSETC_AIO_II build (#18124)

BOARD_FYSETC_AIO_II also needs this header for the reset_stepper_drivers function
Chris Pepper 4 년 전
부모
커밋
a49319f3dd
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/sd/cardreader.cpp

+ 1
- 1
Marlin/src/sd/cardreader.cpp 파일 보기

@@ -378,7 +378,7 @@ void CardReader::mount() {
378 378
 /**
379 379
  * Handle SD card events
380 380
  */
381
-#if MB(FYSETC_CHEETAH)
381
+#if MB(FYSETC_CHEETAH, FYSETC_AIO_II)
382 382
   #include "../module/stepper.h"
383 383
 #endif
384 384
 

Loading…
취소
저장