Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Dec 21, 2023
1 parent 00f14fb commit 72ae8dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Examples/MAX78002/SDHC_Raw/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,6 @@ int main(void)
printf("Card type: MMC/eMMC\n");
}

/* Configure for fastest possible clock, must not exceed 52 MHz for eMMC */
// if (SystemCoreClock > 96000000) {
// printf("SD clock ratio (at card) 4:1\n");
// MXC_SDHC_Set_Clock_Config(1);
// } else {
// printf("SD clock ratio (at card) 2:1\n");
// MXC_SDHC_Set_Clock_Config(0);
// }

/*** 1-bit data bus ***/
printf("--> 1-bit data bus example <--\n");

Expand Down

0 comments on commit 72ae8dd

Please sign in to comment.