]> git.defcon.no Git - avrfbosd/blobdiff - syncgen/Makefile
Changed hardware configuration. ATmega not supplies CLKO-clock to ATtiny, freeing...
[avrfbosd] / syncgen / Makefile
index e68a3273029bbf66fde59c11d3364cbdab2b0a39..306bb7040711d86be5fa4467c1487a9fc22e0e85 100644 (file)
@@ -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