Skip to content

Commit e019bd9

Browse files
committed
typo in h7
1 parent 978f5e2 commit e019bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/current_sense/hardware_specific/stm32/stm32h7/stm32h7_hal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ extern "C" {
243243
void ADC3_IRQHandler(void)
244244
{
245245
if (hadc[2].Instance != NP)
246-
HAL_ADC_IRQHandler(&hadc);
246+
HAL_ADC_IRQHandler(&hadc[2]);
247247
}
248248
}
249249
#endif

0 commit comments

Comments
 (0)