Grbl can now take advantage of the extra memory in the 328

This commit is contained in:
Simen Svale Skogsrud
2010-03-14 23:45:31 +01:00
parent e409f10047
commit 937c70cb50
5 changed files with 22 additions and 33 deletions

View File

@ -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 \