general clean up after refactoring
This commit is contained in:
parent
49ca861dc0
commit
7e152851cc
8 changed files with 18 additions and 180 deletions
2
main.c
2
main.c
|
|
@ -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(;;){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue