Ken Todotani / mbed-src

Fork of mbed-src by mbed official

Revision:
208:4557f4bb2dd5
Parent:
174:8bb9f3a33240
diff -r 05668db47a72 -r 4557f4bb2dd5 targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h	Fri May 23 08:45:06 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h	Fri May 23 10:30:07 2014 +0100
@@ -65,6 +65,8 @@
     uint32_t databits;
     uint32_t stopbits;
     uint32_t parity;
+    PinName pin_tx;
+    PinName pin_rx;
 };
 
 struct spi_s {
@@ -75,6 +77,10 @@
     uint32_t mode;
     uint32_t nss;
     uint32_t br_presc;
+    PinName pin_miso;
+    PinName pin_mosi;
+    PinName pin_sclk;
+    PinName pin_ssel;
 };
 
 struct i2c_s {