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

@@ -14,7 +14,8 @@
* readings coming in Once these have come in we can unblock the PID so that it
* runs again
*/
void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef *hadc) {
void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *hadc) {
BaseType_t xHigherPriorityTaskWoken = pdFALSE;
if (hadc == &hadc1) {
if (pidTaskNotification) {