plausible i2c sniffer functionality and some more experiments,
[tv_i2c_hack] / Makefile
index 86277c5..9d5bcf1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ OBJCOPY = avr-objcopy
 
 warn = -pedantic -Wall
 
-CFLAGS = -Os $(warn) -mmcu=$(mcu_gcc) -DF_CPU=3686400
+CFLAGS = -Os $(warn) -mmcu=$(mcu_gcc) -DF_CPU=20000000
 LDFLAGS = -Wl,-Map,$(bin).map -mmcu=$(mcu_gcc) -lprintf_min
 
 .PHONY: all