Piyamate Wisanuvej / mbed-src-overclock

Fork of mbed-src by mbed official

Revision:
201:fa203361dc70
Parent:
181:a4cbdfbbd2f4
Child:
217:d0ccc61c1fd4
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_L053R8/objects.h	Tue May 20 16:45:06 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_L053R8/objects.h	Wed May 21 10:30:07 2014 +0100
@@ -71,8 +71,8 @@
     uint32_t databits;
     uint32_t stopbits;
     uint32_t parity;
-    PinName  tx_pin;
-    PinName  rx_pin;
+    PinName  pin_tx;
+    PinName  pin_rx;
 };
 
 struct spi_s {
@@ -83,6 +83,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 {