Skip to content

Commit

Permalink
ports/psoc6: Fixing typo.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX authored and jaenrig-ifx committed Jul 25, 2023
1 parent 35aa5e1 commit ca5d41c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/psoc6/modules/machine/machine_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_1(machine_adc_read_u16_obj, machine_adc_read_u16)
// read_uv
STATIC mp_obj_t machine_adc_read_uv(mp_obj_t self_in) {
machine_adc_obj_t *self = MP_OBJ_TO_PTR(self_in);
printf("\n WORK DUMBO \n");
return MP_OBJ_NEW_SMALL_INT(cyhal_adc_read_uv(self->adc_chan_obj));
}
STATIC MP_DEFINE_CONST_FUN_OBJ_1(machine_adc_read_uv_obj, machine_adc_read_uv);
Expand Down

0 comments on commit ca5d41c

Please sign in to comment.