summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-07-30 00:37:38 +0100
committerDamien George <damien.p.george@gmail.com>2015-07-30 00:38:25 +0100
commitf243851ccdbb686508f37a573e3ba46da5fffa0c (patch)
tree49973cfef5e3ccd1504fdf073eb5d159b08fc47d /stmhal
parent7c934ae5019d285b58cec3d1edcbc44d90fa6295 (diff)
downloadmicropython-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.c2
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;
/**
* @}
*/