Browse Source

Fix minirambo build

Alex Voinea 2 years ago
parent
commit
f5840e1b02
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Firmware/stepper.cpp

+ 2 - 0
Firmware/stepper.cpp

@@ -44,6 +44,8 @@ int fsensor_counter; //counter for e-steps
 #include "mmu.h"
 #include "mmu.h"
 #include "ConfigurationStore.h"
 #include "ConfigurationStore.h"
 
 
+#include "Prusa_farm.h"
+
 #ifdef DEBUG_STACK_MONITOR
 #ifdef DEBUG_STACK_MONITOR
 uint16_t SP_min = 0x21FF;
 uint16_t SP_min = 0x21FF;
 #endif //DEBUG_STACK_MONITOR
 #endif //DEBUG_STACK_MONITOR