Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/spi_api.c
- Revision:
- 181:a4cbdfbbd2f4
- Parent:
- 174:8bb9f3a33240
- Child:
- 208:4557f4bb2dd5
diff -r 097147d37470 -r a4cbdfbbd2f4 targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/spi_api.c
--- 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);
