Skip to content

Commit f243851

Browse files
committed
stmhal: Expose uwTick in f7 hal.
1 parent 7c934ae commit f243851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stmhal/hal/f7/src/stm32f7xx_hal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
/** @addtogroup HAL_Private_Variables
9090
* @{
9191
*/
92-
static __IO uint32_t uwTick;
92+
__IO uint32_t uwTick;
9393
/**
9494
* @}
9595
*/

0 commit comments

Comments
 (0)