Skip to content

Commit

Permalink
fuse bits fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcodejohn committed Oct 15, 2011
1 parent 202fe57 commit ec904aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_buzzIface/Makefile
Expand Up @@ -40,7 +40,7 @@ F_OSC = 20000000
F_CPU = $(F_OSC)


FUSE_SETTINGS = -U lfuse:w:0xc6:m -U hfuse:w:0xdf:m -U efuse:w:0x01:m
FUSE_SETTINGS = -U lfuse:w:0xc6:m -U hfuse:w:0xdd:m -U efuse:w:0x01:m
# MCU name
#MCU = atmega16
MCU = atmega88
Expand Down

0 comments on commit ec904aa

Please sign in to comment.