Scott Lahteine 7 years ago
parent
commit
007c56f453
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/HAL/HAL_endstop_interrupts.h

+ 4
- 0
Marlin/src/HAL/HAL_endstop_interrupts.h View File

@@ -46,6 +46,10 @@ void endstop_ISR(void) { endstop_ISR_worker(); }
46 46
 
47 47
   #include "HAL_TEENSY35_36/endstop_interrupts.h"
48 48
 
49
+#elif defined(__STM32F1__)
50
+
51
+  #include "HAL_STM32F1/endstop_interrupts.h"
52
+
49 53
 #elif defined(STM32F7)
50 54
 
51 55
   #include "HAL_STM32F7/endstop_interrupts.h"

Loading…
Cancel
Save