mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-14 18:49:59 -04:00
Move SDC CCLK to 25MHz
If your card can't hack it, get a new card.
This commit is contained in:
parent
f09d803e61
commit
1682f4700d
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ static void sdio_cclk_set_400khz(void) {
|
|||
}
|
||||
|
||||
static void sdio_cclk_set_fast(void) {
|
||||
/* 200MHz / (2 * 5) = 20MHz */
|
||||
sdio_cclk_set(5);
|
||||
/* 200MHz / (2 * 4) = 25MHz */
|
||||
sdio_cclk_set(4);
|
||||
}
|
||||
|
||||
static void sdio_width_set_1bit(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue