Update to new directory layout.
[bertos.git] / bertos / cpu / avr / drv / timer_simple_avr.c
index 2c0764143fdd62cca2df0d37348d934c365f8659..5ec6eeeb27c0e9c6a55e6cedaec20b8fb23d5fd8 100644 (file)
  *#* Simplified timer delay routines.
  *#*
  *#*/
-#include "hw.h"
-#include "timer_simple.h"
+#include "hw_cpu.h"
+#include "timer_simple_avr.h"
 #include <drv/wdt.h>
-#include <compiler.h>
-#include <cpu.h>
-#include <macros.h> /* BV() */
+#include <cfg/compiler.h>
+#include <cfg/macros.h> /* BV() */
+#include <hw_cpu.h>  /* CLOCK_FREQ */
 
 #include <avr/io.h>