Better warning handling, without the need of that awful check.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 2 Sep 2009 18:23:55 +0000 (18:23 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 2 Sep 2009 18:23:55 +0000 (18:23 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2871 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/ser_avr.c
bertos/mware/formatwr.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));
index 133a1932852fea9213275ae4003a062cadc31a81..3f11522e2c5e8daa63b3fa2156a824d3f7c1383d 100644 (file)
 
        /*bernie: save some memory, who cares about floats with lots of decimals? */
        #define FRMWRI_BUFSIZE 134
-       #if !(ARCH & ARCH_NIGHTTEST)
-               #warning 134 is too much, the code must be fixed to have a lower precision limit
-       #endif
+       #warning FIXME:134 is too much, the code must be fixed to have a lower precision limit
 #else
        /*
         * Conservative estimate. Should be (probably) 12 (which is the size necessary