Skip to content
Snippets Groups Projects
Commit 3bdf8a8d authored by da1l6's avatar da1l6
Browse files

Enable EESAVE fuse to keep the lofs on reprogram.

parent 9733b1c1
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,7 @@ endif
#Fuse settings for ATmega644P
ifeq ($(MCU), atmega644p)
# FUSE_BITS = -u -U lfuse:w:0xf7:m -U hfuse:w:0xd7:m -U efuse:w:0xFD:m #eesave
FUSE_BITS = -u -U lfuse:w:0xf7:m -U hfuse:w:0xd9:m -U efuse:w:0xFD:m
FUSE_BITS = -u -U lfuse:w:0xf7:m -U hfuse:w:0xd1:m -U efuse:w:0xff:m
HEX_FILE_NAME = MEGA644_P
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment