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 cc1e07d6f9d4d66207f68095f8e5fcdc0fcb3908..b88a0f934458f343e5cde72f5dd385600d3bb2d9 100644 (file)
@@ -40,9 +40,7 @@
 
 
 #include "pwm_avr.h"
-#include "hw_cpu.h"
-
-#include "appconfig.h"
+#include "hw/hw_cpu.h"
 
 #warning TODO:This is an exmple of implementation of PWM low level channel for AVR, implemnt it!