* - 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));
/*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