Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / arm / drv / ser_at91.c
index bc1555c25c75434dd638cef0e2430f52c996f974..a58c7dd9d1a52c5b49099fd491617110c3cffeb2 100644 (file)
  * \author Daniele Basile <asterix@develer.com>
  */
 
-#include "hw_ser.h"  /* Required for bus macros overrides */
-#include "hw_cpu.h"  /* CLOCK_FREQ */
+#include "hw/hw_ser.h"  /* Required for bus macros overrides */
+#include "hw/hw_cpu.h"  /* CLOCK_FREQ */
 
+#include "cfg/cfg_ser.h"
 #include <cfg/debug.h>
 
-#include <appconfig.h>
 
 #include <io/arm.h>