eliminated som debug code
This commit is contained in:
parent
9b022a6f4f
commit
c5e0285e80
1 changed files with 1 additions and 4 deletions
|
|
@ -234,10 +234,7 @@ void st_init()
|
|||
|
||||
// set enable pin
|
||||
STEPPERS_ENABLE_PORT |= 1<<STEPPERS_ENABLE_BIT;
|
||||
|
||||
DDRD |= (1<<2);
|
||||
PORTD &= ~(1<<2);
|
||||
|
||||
|
||||
sei();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue