minor edits after verifying refactored grbl on real hardware
This commit is contained in:
parent
b9c3ea02fb
commit
58ad1ba509
7 changed files with 24 additions and 26 deletions
1
main.c
1
main.c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue