doc: Remove development status from main page for online version.
[bertos.git] / bertos / cpu / avr / drv / ser_avr.c
index 746bb5270feb6a88eaed545839537975ee4926fe..805c0a6601c8fb2134eb750e058a33916a0d106a 100644 (file)
@@ -454,9 +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 SPI SS pin set as output for proper operation, check schematics for possible conflicts.
-       #endif
+       #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));