Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / ser_simple_avr.c
index 6fc1cb231ffa6782f6bc789d621606ee0eae9d5c..8cd92712bcfed11e4d6bf6c7bf7b32a7629a075e 100644 (file)
@@ -45,7 +45,7 @@
 #include <cfg/compiler.h>
 #include <appconfig.h>
 #include <cfg/macros.h> /* BV() */
-#include "hw_cpu.h"
+#include "hw/hw_cpu.h"
 
 #include <avr/io.h>