rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / cpu / avr / drv / ser_avr.c
index 955ab8ebc0c52bc7fee8057ddad5de9e2fb341c8..21da6b8eb2f6ea36f334f7e3ad60db9dfca6d67d 100644 (file)
@@ -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 */