Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels