Use configuration value for formatter bufsize.
[bertos.git] / bertos / cpu / avr / drv / ser_avr.c
index c94bf6b0be950c99191295698264ee8a1e3be8f3..805c0a6601c8fb2134eb750e058a33916a0d106a 100644 (file)
@@ -454,10 +454,7 @@ static void spi_init(UNUSED_ARG(struct SerialHardware *, _hw), UNUSED_ARG(struct
         * - as input but tied high forever!
         * This driver set the pin as output.
         */
-       #if (ARCH & ARCH_NIGHTTEST)
-               #warning __FILTER_NEXT_WARNING__
-       #endif
-       #warning SPI SS pin set as output for proper operation, check schematics for possible conflicts.
+       #warning FIXME:SPI SS pin set as output for proper operation, check schematics for possible conflicts.
        ATOMIC(SPI_DDR |= BV(SPI_SS_BIT));
 
        ATOMIC(SPI_DDR &= ~BV(SPI_MISO_BIT));