We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a248ae0 commit 24bc913Copy full SHA for 24bc913
src/current_sense/hardware_specific/stm32/stm32f1/stm32f1_hal.cpp
@@ -33,7 +33,7 @@ uint32_t _timerToRegularTRGO(HardwareTimer* timer){
33
return ADC_EXTERNALTRIGCONV_T3_TRGO;
34
#ifdef TIM8 // if defined timer 8
35
else if(timer->getHandle()->Instance == TIM8)
36
- return ADC_EXTERNALTRIGINJECCONV_T8_TRGO;
+ return ADC_EXTERNALTRIGCONV_T8_TRGO;
37
#endif
38
else
39
return _TRGO_NOT_AVAILABLE;
0 commit comments