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_F072RB/objects.h
- 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 {
