Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / bertos / cpu / avr / drv / pwm_avr.c
index 16e420bd31e35a08db3c45e2b00ff8fbae620f6e..1d76a1a34271a409389f0a7440470b1c90f6d94a 100644 (file)
@@ -40,7 +40,7 @@
 
 
 #include "pwm_avr.h"
-#include "hw/hw_cpu.h"
+#include <hw/hw_cpufreq.h>
 
 #warning TODO:This is an exmple of implementation of PWM low level channel for AVR, implemnt it!