stmhal: Expose uwTick in f7 hal.

This commit is contained in:
Damien George 2015-07-30 00:37:38 +01:00
parent 7c934ae501
commit f243851ccd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
/** @addtogroup HAL_Private_Variables /** @addtogroup HAL_Private_Variables
* @{ * @{
*/ */
static __IO uint32_t uwTick; __IO uint32_t uwTick;
/** /**
* @} * @}
*/ */