Skip to content

Commit

Permalink
ports/psoc6/machine_sdcard.c: Fixed uncompleted rebase.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Jul 19, 2024
1 parent 4549f85 commit fd62733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/psoc6/machine_sdcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static cy_rslt_t sd_card_init_helper(machine_sdcard_obj_t *self, mp_arg_val_t *a

sd_card_allocate_pin(self, args);
result = cyhal_sdhc_init(&self->sdhc_obj, &sdhc_config, self->cmd, self->clk, self->dat0, self->dat1,
self->dat2, self->dat3, NC, NC, NC, NC, self->cd, NC, NC, NC, NC, NC, &clock_source);
self->dat2, self->dat3, NC, NC, NC, NC, self->cd, NC, NC, NC, NC, NC, clock_source);
return result;
}

Expand Down

0 comments on commit fd62733

Please sign in to comment.