Grbl can now take advantage of the extra memory in the 328
This commit is contained in:
parent
e409f10047
commit
937c70cb50
5 changed files with 22 additions and 33 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@
|
|||
# is connected.
|
||||
# FUSES ........ Parameters for avrdude to flash the fuses appropriately.
|
||||
|
||||
DEVICE = atmega168
|
||||
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue