X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=syncgen%2FMakefile;h=306bb7040711d86be5fa4467c1487a9fc22e0e85;hb=2ea18f7e751c7464c664362f7907529e9fc869f0;hp=e68a3273029bbf66fde59c11d3364cbdab2b0a39;hpb=060fbe0a05eab3ab6997ad0a2403b63c006ca522;p=avrfbosd diff --git a/syncgen/Makefile b/syncgen/Makefile index e68a327..306bb70 100644 --- a/syncgen/Makefile +++ b/syncgen/Makefile @@ -36,7 +36,7 @@ MCU = attiny85 F_CPU = 20000000 # Fuse-bits. Recommended tool: http://www.engbedded.com/fusecalc/ -FUSE_LOW = 0xCF +FUSE_LOW = 0xE0 FUSE_HIGH = 0xDF FUSE_EXT = 0xFF # Have had problems with efuse suggested by fusecalc, must check :P