Skip to content

Commit

Permalink
ports/psoc6: Fixed typos.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Oct 12, 2023
1 parent 4c50013 commit 6c186b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/psoc6/modules/machine/machine_pin_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void pin_phy_free(machine_pin_phy_obj_t *pin_phy) {
pin_phy->allocated_func = PIN_PHY_FUNC_NONE;

// TODO: each module should provide its own instance deinitialization
// We can not just free the physical_pin, whithout deiniting its corresponding
// We can not just free the physical_pin, without deiniting its corresponding
// peripheral object
// machine_mod_deinit[func](pin_phy);
}

0 comments on commit 6c186b7

Please sign in to comment.