Skip to content

Commit 5dffc7b

Browse files
committed
f7 typo
1 parent a2bd1ea commit 5dffc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current_sense/hardware_specific/stm32/stm32f7/stm32f7_utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
uint32_t _getADCChannel(PinName pin);
1717

1818
// timer to injected TRGO
19-
https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h#L178
19+
// https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc_ex.h#L178
2020
uint32_t _timerToInjectedTRGO(TIM_HandleTypeDef* timer);
2121

2222
// timer to regular TRGO
23-
https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h#L331
23+
// https://github.com/stm32duino/Arduino_Core_STM32/blob/e156c32db24d69cb4818208ccc28894e2f427cfa/system/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_adc.h#L331
2424
uint32_t _timerToRegularTRGO(TIM_HandleTypeDef* timer);
2525

2626
// function returning index of the ADC instance

0 commit comments

Comments
 (0)