general clean up after refactoring

This commit is contained in:
Simen Svale Skogsrud
2010-03-03 13:04:51 +01:00
parent 49ca861dc0
commit 7e152851cc
8 changed files with 18 additions and 180 deletions

2
main.c
View File

@ -39,8 +39,6 @@ int main(void)
gc_init(); // initialize gcode-parser
sp_init(); // initialize the serial protocol
st_start(); // start the stepper subsystem
DDRD |= (1<<3)|(1<<4)|(1<<5);
for(;;){