Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / timer_avr.h
index de46d1b7fb124f65b4fb2de15ee881a7541fe46e..a8ea3da95e8db7dddbeabe639eb89f518b94c2b5 100644 (file)
@@ -43,9 +43,9 @@
 #ifndef DRV_TIMER_AVR_H
 #define DRV_TIMER_AVR_H
 
-#include "hw_cpu.h"        /* CLOCK_FREQ */
+#include "hw/hw_cpu.h"        /* CLOCK_FREQ */
 
-#include <cfg/cfg_timer.h>     /* CONFIG_TIMER */
+#include "cfg/cfg_timer.h"     /* CONFIG_TIMER */
 #include <cfg/compiler.h>  /* uint8_t */
 #include <cfg/macros.h>    /* DIV_ROUND */