Skip to content

Commit

Permalink
ports/psoc6/modules/machine/machine_timer.c: Removed print in isr.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx authored and IFX-Anusha committed Jul 26, 2023
1 parent 4474015 commit dd477c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/psoc6/modules/machine/machine_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ typedef struct _machine_timer_obj_t {
const mp_obj_type_t machine_timer_type;

static void isr_timer(void *callback_arg, cyhal_timer_event_t event) {
mp_printf(&mp_plat_print, "Here isr");
machine_timer_obj_t *self = callback_arg;
mp_sched_schedule(self->callback, MP_OBJ_FROM_PTR(self));
}
Expand Down

0 comments on commit dd477c4

Please sign in to comment.