Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / pwm_avr.c
index 93dd51371dcd32b5fe06ab2c2d6916649ce288d4..b88a0f934458f343e5cde72f5dd385600d3bb2d9 100644 (file)
@@ -40,7 +40,7 @@
 
 
 #include "pwm_avr.h"
-#include "hw_cpu.h"
+#include "hw/hw_cpu.h"
 
 #warning TODO:This is an exmple of implementation of PWM low level channel for AVR, implemnt it!