Skip to content

No pwmout desctructor #2017

Closed
Closed
@LMESTM

Description

@LMESTM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions