Skip to content
Snippets Groups Projects
Commit a5f94afc authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Corrected fuse bits

parent 4211141d
Branches
Tags v0.7
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment