Skip to content

Commit

Permalink
ports/psoc6/modules/machine/machine_timer.c: Fixed typo.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx authored and actions-user committed Oct 28, 2023
1 parent abcee41 commit b17e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/psoc6/modules/machine/machine_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ STATIC mp_obj_t machine_timer_make_new(const mp_obj_type_t *type, size_t n_args,
}
// Get timer id
if (id != 0) {
mp_raise_ValueError(MP_ERROR_TEXT("Specified Timer doesn't exist. Currently only id 0 is comfigured"));
mp_raise_ValueError(MP_ERROR_TEXT("Specified Timer doesn't exist. Currently only id 0 is configured"));
}

if (n_args > 0 || n_kw > 0) {
Expand Down

0 comments on commit b17e6f4

Please sign in to comment.