Skip to content

Commit fd62733

Browse files
committed
ports/psoc6/machine_sdcard.c: Fixed uncompleted rebase.
Signed-off-by: enriquezgarc <[email protected]>
1 parent 4549f85 commit fd62733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/psoc6/machine_sdcard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static cy_rslt_t sd_card_init_helper(machine_sdcard_obj_t *self, mp_arg_val_t *a
166166

167167
sd_card_allocate_pin(self, args);
168168
result = cyhal_sdhc_init(&self->sdhc_obj, &sdhc_config, self->cmd, self->clk, self->dat0, self->dat1,
169-
self->dat2, self->dat3, NC, NC, NC, NC, self->cd, NC, NC, NC, NC, NC, &clock_source);
169+
self->dat2, self->dat3, NC, NC, NC, NC, self->cd, NC, NC, NC, NC, NC, clock_source);
170170
return result;
171171
}
172172

0 commit comments

Comments
 (0)