Fix hw include. Reformat.
[bertos.git] / bertos / cpu / avr / drv / sipo.h
index 15df226ad5d6e2d4c887e3ffbfc2eddfa22d0160..4c0fdfa650e9c49d853302cff640f4e9a9596465 100644 (file)
@@ -41,8 +41,9 @@
 #ifndef SIPO_H
 #define SIPO_H
 
+#include "hw_sipo.h"
+
 #include <avr/io.h>
-#include <hw/hw_sipo.h>
 
 void sipo_init(void);
 void sipo_putchar(uint8_t c);