Add missing #endif that was lost in the last checkin

This commit is contained in:
Gregory Nutt 2013-04-11 06:54:02 -06:00
parent 1ca14e3555
commit c2b6828dd5

View File

@ -188,3 +188,4 @@ int lpc17_spicmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool cmd)
}
#endif /* CONFIG_SPI_CMDDATA */
#endif /* CONFIG_LPC17_SPI */