eliminated some more debug code
This commit is contained in:
parent
c5e0285e80
commit
fb5db05b6d
2
main.c
2
main.c
@ -40,8 +40,6 @@ int main(void)
|
|||||||
spindle_init(); // initialize spindle controller
|
spindle_init(); // initialize spindle controller
|
||||||
gc_init(); // initialize gcode-parser
|
gc_init(); // initialize gcode-parser
|
||||||
|
|
||||||
DDRD |= (1<<3)|(1<<4)|(1<<5);
|
|
||||||
|
|
||||||
for(;;){
|
for(;;){
|
||||||
sleep_mode(); // Wait for it ...
|
sleep_mode(); // Wait for it ...
|
||||||
sp_process(); // ... process the serial protocol
|
sp_process(); // ... process the serial protocol
|
||||||
|
Loading…
Reference in New Issue
Block a user