Skip to content

Commit

Permalink
🩹 Fix missing include cycles.h (#25927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonl authored Jul 1, 2023
1 parent b77e2a5 commit f9c8703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/module/stepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

#include "planner.h"
#include "stepper/indirection.h"
#include "stepper/cycles.h"
#ifdef __AVR__
#include "stepper/speed_lookuptable.h"
#endif
Expand Down

0 comments on commit f9c8703

Please sign in to comment.