From b33cf8b746dff9e764a95c03d5f50010614289e5 Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Mon, 17 Jan 2011 21:21:08 +0100 Subject: [PATCH] added note about fuses in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 90742cc..cfaf568 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ OBJECTS = main.o motion_control.o gcode.o spindle_control.o wiring_serial.o s eeprom.o config.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: +# FUSES = -U hfuse:w:0xd7:m -U lfuse:w:0xff:m # Tune the lines below only if you know what you are doing: