diff options
-rw-r--r-- | os/hal/platforms/LPC13xx/spi_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC13xx/spi_lld.c b/os/hal/platforms/LPC13xx/spi_lld.c index 65e69ce1c..299e394bd 100644 --- a/os/hal/platforms/LPC13xx/spi_lld.c +++ b/os/hal/platforms/LPC13xx/spi_lld.c @@ -140,7 +140,7 @@ CH_IRQ_HANDLER(Vector90) { * @notapi
*/
void spi_lld_init(void) {
-************************************************************
+
#if LPC13xx_SPI_USE_SSP0
spiObjectInit(&SPID1);
SPID1.spd_ssp = LPC_SSP0;
|