🚚 Move speed_lookuptable.h

This commit is contained in:
Scott Lahteine 2022-05-04 19:10:14 -05:00
parent a6ff63d506
commit f9b7f00d1e
3 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ Stepper stepper; // Singleton
#define BABYSTEPPING_EXTRA_DIR_WAIT
#ifdef __AVR__
#include "speed_lookuptable.h"
#include "stepper/speed_lookuptable.h"
#endif
#include "endstops.h"

View File

@ -46,7 +46,7 @@
#include "planner.h"
#include "stepper/indirection.h"
#ifdef __AVR__
#include "speed_lookuptable.h"
#include "stepper/speed_lookuptable.h"
#endif
// Disable multiple steps per ISR