0
0
Fork 0
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:
Anson Liu 2023-07-01 03:19:16 -04:00 committed by GitHub
parent b77e2a5020
commit f9c8703e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
#include "planner.h"
#include "stepper/indirection.h"
#include "stepper/cycles.h"
#ifdef __AVR__
#include "stepper/speed_lookuptable.h"
#endif