diff --git a/batch-2002/avr/Makefile b/batch-2002/avr/Makefile index 80144e56fbbc5bd745a059c6812f596eace59711..8ab20e3b6477beda2da1b7fa1742f08530e8a798 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"