mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 22:53:01 +00:00
stm32_hrtim: typo
This commit is contained in:
parent
0024840f7d
commit
dfeffefa69
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ static uint32_t hrtim_base_get(FAR struct stm32_hrtim_s* priv, uint8_t timer)
|
|||
FAR struct stm32_hrtim_tim_s* tim;
|
||||
uint32_t base;
|
||||
|
||||
tim = hrtim_tim_get(priv, imer);
|
||||
tim = hrtim_tim_get(priv, timer);
|
||||
if (tim == NULL)
|
||||
{
|
||||
base = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue