Add default clock frequency.
[bertos.git] / bertos / cpu / avr / info / avr.common
index abf6332f0ddac40e0befd56880ffab449f639fdc..be56dca656e2797667271cca760c5a86452a4160 100644 (file)
@@ -56,6 +56,9 @@ TOOLCHAIN = "avr"
 # Name of the flag used by the build system to pass to the compiler the CPU type.
 CPU_FLAG_NAME = "MCU"
 
+# CPU default clock frequency
+CPU_DEFAULT_FREQ = "8000000UL"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "avr/scripts/"
 HW_DIR = CPU_DIR + "avr/hw/"