rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / cpu / avr / drv / ser_avr.c
index d49da30a76d9d200c127a25f3a88c567a764c68f..21da6b8eb2f6ea36f334f7e3ad60db9dfca6d67d 100644 (file)
@@ -51,7 +51,7 @@
 #include <drv/ser_p.h>
 #include <drv/timer.h>
 
-#include <mware/fifobuf.h>
+#include <struct/fifobuf.h>
 
 #include <avr/io.h>
 
@@ -533,7 +533,7 @@ static void spi_starttx(struct SerialHardware *_hw)
 {
        struct AvrSerial *hw = (struct AvrSerial *)_hw;
 
-       cpuflags_t flags;
+       cpu_flags_t flags;
        IRQ_SAVE_DISABLE(flags);
 
        /* Send data only if the SPI is not already transmitting */