Is it possible for MX to set USE_HAL_ADC_REGISTER_CALLBACKS?
I need to use the ADC ISR to set a FreeRTOS semaphore. It seems that hadc1.ConvCpltCallback is the perfect feature to do this except it's not enabled unless USE_HAL_ADC_REGISTER_CALLBACKS is set. For the life of me I can't figure out how to make MX set this flag. Is it possible?

