diff --git a/stmhal/hal/f7/src/stm32f7xx_hal.c b/stmhal/hal/f7/src/stm32f7xx_hal.c index 7e123518b61b825e7bcc4460b88b25c20243368f..b92d22e6c4a283ce0d0d5703766f69b38b8d0814 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; /** * @} */