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
 
46
 
47
   #include "HAL_TEENSY35_36/endstop_interrupts.h"
47
   #include "HAL_TEENSY35_36/endstop_interrupts.h"
48
 
48
 
49
+#elif defined(__STM32F1__)
50
+
51
+  #include "HAL_STM32F1/endstop_interrupts.h"
52
+
49
 #elif defined(STM32F7)
53
 #elif defined(STM32F7)
50
 
54
 
51
   #include "HAL_STM32F7/endstop_interrupts.h"
55
   #include "HAL_STM32F7/endstop_interrupts.h"

Loading…
Cancel
Save