mbed SDK library sources

Fork of mbed-src by mbed official

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
81:a9456fdf72fa
Parent:
15:4892fe388435
--- a/targets/hal/TARGET_NXP/TARGET_LPC408X/spi_api.c	Thu Jan 30 12:15:05 2014 +0000
+++ b/targets/hal/TARGET_NXP/TARGET_LPC408X/spi_api.c	Fri Jan 31 09:00:05 2014 +0000
@@ -215,7 +215,7 @@
 
 int spi_slave_receive(spi_t *obj) {
     return (ssp_readable(obj) && !ssp_busy(obj)) ? (1) : (0);
-};
+}
 
 int spi_slave_read(spi_t *obj) {
     return obj->spi->DR;