mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
🩹 Fix missing include cycles.h (#25927)
This commit is contained in:
parent
b77e2a5020
commit
f9c8703e77
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
|
||||
#include "planner.h"
|
||||
#include "stepper/indirection.h"
|
||||
#include "stepper/cycles.h"
|
||||
#ifdef __AVR__
|
||||
#include "stepper/speed_lookuptable.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue