updated makefile for correct 328p fuses

This commit is contained in:
Jake Goodwin 2023-01-16 19:42:53 -08:00
parent b68248e069
commit 1791a94f9e
1 changed files with 7 additions and 10 deletions

View File

@ -168,17 +168,14 @@ flash_109: flash
##########------------------------------------------------------########## ##########------------------------------------------------------##########
## Mega 48, 88, 168, 328 default values ## Mega 48, 88, 168, 328 default values
LFUSE = 0x62 # #LFUSE=0x62 ##Low Fuse
HFUSE = 0xdf #High fuses #HFUSE=0xdf ##High fuses
EFUSE = 0x00 # #EFUSE=0x00 ##
## ATtiny85 Settings
#LFUSE = 0x62
#HFUSE = 0xdf
#EFUSE = 0xff
## Mega 328p fuses
LFUSE = 0x62
HFUSE = 0xd9
EFUSE = 0xff
## Generic ## Generic