1
0
forked from me/IronOS

ADC IRQ's

This commit is contained in:
Ben V. Brown
2021-04-26 22:27:50 +10:00
parent e84717765a
commit 9b15e68859
3 changed files with 12 additions and 51 deletions

View File

@@ -17,7 +17,7 @@
#ifdef __cplusplus
extern "C" {
#endif
void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef *hadc);
void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *hadc);
void HAL_I2C_ErrorCallback(I2C_HandleTypeDef *hi2c);
void HAL_I2C_AbortCpltCallback(I2C_HandleTypeDef *hi2c);
void HAL_I2C_MasterTxCpltCallback(I2C_HandleTypeDef *hi2c);