Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / sipo.h
index 15df226ad5d6e2d4c887e3ffbfc2eddfa22d0160..ab57908b76aaf9b0c4a887955a477905f5ef740c 100644 (file)
@@ -41,8 +41,9 @@
 #ifndef SIPO_H
 #define SIPO_H
 
+#include "hw/hw_sipo.h"
+
 #include <avr/io.h>
-#include <hw/hw_sipo.h>
 
 void sipo_init(void);
 void sipo_putchar(uint8_t c);