mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
181:a4cbdfbbd2f4
Parent:
174:8bb9f3a33240
Child:
208:4557f4bb2dd5
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/spi_api.c	Wed May 07 11:45:52 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/spi_api.c	Wed May 07 13:15:08 2014 +0100
@@ -125,7 +125,7 @@
     } else { // Slave
         pinmap_pinout(ssel, PinMap_SPI_SSEL);
         obj->mode = SPI_Mode_Slave;
-        obj->nss = SPI_NSS_Soft;
+        obj->nss = SPI_NSS_Hard;
     }
 
     init_spi(obj);