Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / bertos / cpu / i196 / drv / kdebug_i196.c
index 9f9d272c6513884daeb2412de15fc2deb39ce86e..69f09284f3b2c3190096b6c2b025b86521b3cbd1 100644 (file)
@@ -43,7 +43,7 @@
 #include <cfg/debug.h>
 #include <cfg/macros.h> /* for BV() */
 #include <appconfig.h>
-#include <hw_cpu.h>     /* for CLOCK_FREQ */
+#include <hw/hw_cpufreq.h>     /* for CPU_FREQ */
 #include <hw_ser.h>     /* Required for bus macros overrides */