[lpc21] print error if trying to use SPI0 with HAL

This commit is contained in:
Felix Ruess
2013-07-02 17:20:19 +02:00
parent 06c4e842ab
commit fce87d02e1
@@ -382,6 +382,7 @@ __attribute__ ((always_inline)) static inline void SpiSlaveAutomaton(struct spi_
#if SPI_MASTER
#if USE_SPI0
#error "SPI0 is currently not implemented in the mcu_periph/spi HAL for the LPC!"
// void spi0_ISR(void) __attribute__((naked));
//