minor edits after verifying refactored grbl on real hardware

This commit is contained in:
Simen Svale Skogsrud
2010-03-04 21:18:55 +01:00
parent b9c3ea02fb
commit 58ad1ba509
7 changed files with 24 additions and 26 deletions

1
main.c
View File

@ -38,6 +38,7 @@ int main(void)
spindle_init(); // initialize spindle controller
gc_init(); // initialize gcode-parser
sp_init(); // initialize the serial protocol
// sd_raw_init());
DDRD |= (1<<3)|(1<<4)|(1<<5);