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

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
122:f9eeca106725
Parent:
100:cbbeb26dbd92
--- a/TARGET_NUCLEO_F302R8/TARGET_STM/TARGET_STM32F3/gpio_object.h	Wed May 25 16:44:06 2016 +0100
+++ b/TARGET_NUCLEO_F302R8/TARGET_STM/TARGET_STM32F3/gpio_object.h	Thu Jul 07 14:34:11 2016 +0100
@@ -44,8 +44,8 @@
     PinName  pin;
     uint32_t mask;
     __IO uint32_t *reg_in;
-    __IO uint16_t *reg_set;
-    __IO uint16_t *reg_clr;
+    __IO uint32_t *reg_set;
+    __IO uint32_t *reg_clr;
 } gpio_t;
 
 static inline void gpio_write(gpio_t *obj, int value)