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
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@
|
|||
DEVICE = atmega168
|
||||
CLOCK = 16000000
|
||||
PROGRAMMER = -c avrisp2 -P usb
|
||||
OBJECTS = main.o motion_control.o gcode.o spindle_control.o wiring_serial.o serial_protocol.o stepper.o
|
||||
OBJECTS = main.o motion_control.o gcode.o spindle_control.o wiring_serial.o serial_protocol.o stepper.o
|
||||
FUSES = -U hfuse:w:0xd9:m -U lfuse:w:0x24:m
|
||||
|
||||
# Tune the lines below only if you know what you are doing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue