From a5f94afc89618251a20385c15ba0e8b561308ac5 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 29 May 2018 12:17:23 +0200 Subject: [PATCH] Corrected fuse bits --- batch-2002/avr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/batch-2002/avr/Makefile b/batch-2002/avr/Makefile index 80144e5..8ab20e3 100644 --- a/batch-2002/avr/Makefile +++ b/batch-2002/avr/Makefile @@ -3,7 +3,8 @@ TARGETS=batch-2002 batch-2002.ARCH=avr batch-2002.CHIP=atmega8 # 14.7456 MHz crystal, brown out -batch-2002.FUSE=--wr_fuse_l=0x1f --wr_fuse_h=0xd9 --wr_fuse_e=0xff +batch-2002.FUSE_L=0x1f +batch-2002.FUSE_H=0xd9 batch-2002.C=batch-2002 batch-2002.CCFLAGS="-DMIXER_SHIFT=0" -- GitLab