-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATC_CheckEvents not work #11
Comments
bool ATC_SetEvents(ATC_HandleTypeDef* hAtc, const ATC_EventTypeDef* psEvents) return answer; |
Hi. How did you initialize? |
I added hAtc->Events = ev; on line 366 of the atc.c file, and the program is running normally. |
I will check |
hAtc->Events No initialization for (uint32_t ev = 0; ev < hAtc->Events; ev++) Always false
The text was updated successfully, but these errors were encountered: