refactored stepper_plan -> planner (untested)
This commit is contained in:
parent
fc1c1b7e09
commit
a4c64945e0
7 changed files with 26 additions and 31 deletions
2
Makefile
2
Makefile
|
|
@ -31,7 +31,7 @@ DEVICE = atmega328p
|
|||
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 \
|
||||
eeprom.o settings.o stepper_plan.o
|
||||
eeprom.o settings.o planner.o
|
||||
# FUSES = -U hfuse:w:0xd9:m -U lfuse:w:0x24:m
|
||||
FUSES = -U hfuse:w:0xd2:m -U lfuse:w:0xff:m
|
||||
# update that line with this when programmer is back up:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue