Jan Wolfsberger / mbed-src-no-hal

Fork of mbed-src by Reinhold Schaefer

Revision:
393:2b59412bb664
Parent:
219:993c9b0acbcc
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F072RB/objects.h	Thu Nov 06 14:00:08 2014 +0000
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F072RB/objects.h	Fri Nov 07 08:15:08 2014 +0000
@@ -50,8 +50,8 @@
     PortName port;
     uint32_t mask;
     PinDirection direction;
-    __IO uint16_t *reg_in;
-    __IO uint16_t *reg_out;
+    __IO uint32_t *reg_in;
+    __IO uint32_t *reg_out;
 };
 
 struct analogin_s {