diff options
author | Damien George <damien.p.george@gmail.com> | 2015-07-30 00:37:38 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-07-30 00:38:25 +0100 |
commit | f243851ccdbb686508f37a573e3ba46da5fffa0c (patch) | |
tree | 49973cfef5e3ccd1504fdf073eb5d159b08fc47d /stmhal | |
parent | 7c934ae5019d285b58cec3d1edcbc44d90fa6295 (diff) | |
download | micropython-f243851ccdbb686508f37a573e3ba46da5fffa0c.tar.gz micropython-f243851ccdbb686508f37a573e3ba46da5fffa0c.zip |
stmhal: Expose uwTick in f7 hal.
Diffstat (limited to 'stmhal')
-rw-r--r-- | stmhal/hal/f7/src/stm32f7xx_hal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/hal/f7/src/stm32f7xx_hal.c b/stmhal/hal/f7/src/stm32f7xx_hal.c index 7e123518b6..b92d22e6c4 100644 --- a/stmhal/hal/f7/src/stm32f7xx_hal.c +++ b/stmhal/hal/f7/src/stm32f7xx_hal.c @@ -89,7 +89,7 @@ /** @addtogroup HAL_Private_Variables * @{ */ -static __IO uint32_t uwTick; +__IO uint32_t uwTick; /** * @} */ |