mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 05:58:37 +00:00
arch/arm/src/stm32/stm32_hrtim.c: Fixed a typo found in build testing.
This commit is contained in:
parent
dc8c814ca3
commit
8f8d4b6ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ static uint32_t hrtim_tim_getreg(FAR struct stm32_hrtim_s *priv, uint8_t timer,
|
|||
static FAR struct stm32_hrtim_tim_s *hrtim_tim_get(FAR struct stm32_hrtim_s *priv,
|
||||
uint8_t timer);
|
||||
#if defined(CONFIG_STM32_HRTIM_PWM) || defined(CONFIG_STM32_HRTIM_FAULTS)
|
||||
static FAR struct stm32_hrtim_slave_priv_s
|
||||
static FAR struct stm32_hrtim_slave_priv_s *
|
||||
hrtim_slave_get(FAR struct stm32_hrtim_s *priv, uint8_t timer);
|
||||
#endif
|
||||
static uint32_t hrtim_base_get(FAR struct stm32_hrtim_s *priv, uint8_t timer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue