Skip to content

Commit

Permalink
H7_HAL/hal: Make uwTick a publicly accessible global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Mar 9, 2018
1 parent 9f518ab commit 000df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static __IO uint32_t uwTick;
__IO uint32_t uwTick;
static uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS); /* Invalid PRIO */
static HAL_TickFreqTypeDef uwTickFreq = HAL_TICK_FREQ_DEFAULT; /* 1KHz */

Expand Down

0 comments on commit 000df50

Please sign in to comment.