]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/Tupfile
Tup: F_CPU per config
[z180-stamp.git] / avr / Tupfile
index 68a6ae0e93c6239514b23e0d4ea4c34252ceabaa..2e9cae8884a424f36650aaf422834cfb4d5a0c9a 100644 (file)
@@ -38,8 +38,7 @@ else
   DEFS         += -DMCU_STRING=\"ATmega2561\"
 endif
 
-F_CPU          = 18432000UL
-DEFS           += -DF_CPU=$(F_CPU)
+DEFS           += -DF_CPU=@(F_CPU)
 
 INCLUDES += -I$(TOP)/include