From 1791a94f9ed2d02468836d0c80faddfc89117579 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Mon, 16 Jan 2023 19:42:53 -0800 Subject: [PATCH] updated makefile for correct 328p fuses --- Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index d9a9bec..2dbe2f8 100644 --- a/Makefile +++ b/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