You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code doesn't check if "queue" is defined.
There are many other places at the same file that assume the queue is defined which is quite bad.
The way queue is defined quite complicated and still I didn't figure out how it works. I am sub-classing TimerEvent and there is a possibility to get that variable with NULL pointer.
There must be a check before doing that. Code shouldn't compile.
It causes HARD_FAULT.
Tested with Nucleo-F207ZG
The text was updated successfully, but these errors were encountered:
at line 244
The above code doesn't check if "queue" is defined.
There are many other places at the same file that assume the queue is defined which is quite bad.
The way queue is defined quite complicated and still I didn't figure out how it works. I am sub-classing TimerEvent and there is a possibility to get that variable with NULL pointer.
There must be a check before doing that. Code shouldn't compile.
It causes HARD_FAULT.
Tested with Nucleo-F207ZG
The text was updated successfully, but these errors were encountered: