From fb5db05b6dc16f2975ec7026ba4c426a4da20f8e Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Thu, 10 Feb 2011 17:06:53 +0100 Subject: [PATCH] eliminated some more debug code --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 9fcd889..8da3363 100644 --- a/main.c +++ b/main.c @@ -40,8 +40,6 @@ int main(void) spindle_init(); // initialize spindle controller gc_init(); // initialize gcode-parser - DDRD |= (1<<3)|(1<<4)|(1<<5); - for(;;){ sleep_mode(); // Wait for it ... sp_process(); // ... process the serial protocol