Browse Source

Fix FYSETC S6 timer conflict (#20044)

Jason Smith 4 years ago
parent
commit
bdfedf249a
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32f4/pins_FYSETC_S6.h

+ 2
- 2
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h View File

@@ -34,8 +34,8 @@
34 34
   #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
35 35
 #endif
36 36
 
37
-// Change the priority to 3. Priority 2 is for software serial.
38
-//#define TEMP_TIMER_IRQ_PRIO                  3
37
+// Avoid conflict with TIMER_TONE defined in variant
38
+#define STEP_TIMER 10
39 39
 
40 40
 //
41 41
 // EEPROM Emulation

Loading…
Cancel
Save