Skip to main content
Sign in
Snippets Groups Projects
Commit 289c02ed authored by Robert F-C's avatar Robert F-C
Browse files

Remove unnecessary pin initialization in stepper.cpp

(duplicates initialization in Marlin_main.cpp)
parent d5ad7a08
Branches
Tags
No related merge requests found
...@@ -879,10 +879,6 @@ void st_init() ...@@ -879,10 +879,6 @@ void st_init()
disable_e2(); disable_e2();
#endif #endif
#ifdef CONTROLLERFAN_PIN
SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
#endif
// waveform generation = 0100 = CTC // waveform generation = 0100 = CTC
TCCR1B &= ~(1<<WGM13); TCCR1B &= ~(1<<WGM13);
TCCR1B |= (1<<WGM12); TCCR1B |= (1<<WGM12);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment