X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fser_avr.c;h=805c0a6601c8fb2134eb750e058a33916a0d106a;hb=1d4ca8e6ec2fa970bca09445e44c50beab9ce060;hp=746bb5270feb6a88eaed545839537975ee4926fe;hpb=6ad5c01d9a3d323e34a547283e7a534f7c3b9d15;p=bertos.git diff --git a/bertos/cpu/avr/drv/ser_avr.c b/bertos/cpu/avr/drv/ser_avr.c index 746bb527..805c0a66 100644 --- a/bertos/cpu/avr/drv/ser_avr.c +++ b/bertos/cpu/avr/drv/ser_avr.c @@ -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));