updated makefile for correct 328p fuses
This commit is contained in:
parent
b68248e069
commit
1791a94f9e
17
Makefile
17
Makefile
|
@ -168,17 +168,14 @@ flash_109: flash
|
|||
##########------------------------------------------------------##########
|
||||
|
||||
## Mega 48, 88, 168, 328 default values
|
||||
LFUSE = 0x62 #
|
||||
HFUSE = 0xdf #High fuses
|
||||
EFUSE = 0x00 #
|
||||
|
||||
## ATtiny85 Settings
|
||||
#LFUSE = 0x62
|
||||
#HFUSE = 0xdf
|
||||
#EFUSE = 0xff
|
||||
|
||||
|
||||
#LFUSE=0x62 ##Low Fuse
|
||||
#HFUSE=0xdf ##High fuses
|
||||
#EFUSE=0x00 ##
|
||||
|
||||
## Mega 328p fuses
|
||||
LFUSE = 0x62
|
||||
HFUSE = 0xd9
|
||||
EFUSE = 0xff
|
||||
|
||||
|
||||
## Generic
|
||||
|
|
Loading…
Reference in New Issue