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
In hal/hal/pwmout_api.h there is the definition pwmout_free for targets to implement.
void pwmout_free(pwmout_t *obj);
Many targets actually do have an implementation of this function, but this is never call from PwmOut class as there is no ~PwmOut.
Note: This is also valid for other objects, but I trying to test this one.