Skip to content

Commit

Permalink
Lowering SDIO clock to fix sd print issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokorone committed Apr 22, 2020
1 parent 455a1ab commit 205b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32F1/sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#define SDIO_DATA_TIMEOUT 100U /* Read data transfer timeout */
#define SDIO_WRITE_TIMEOUT 200U /* Write data transfer timeout */

#define SDIO_CLOCK 18000000 /* 18 MHz */
#define SDIO_CLOCK 4500000 /* 4.5 MHz */

// ------------------------
// Types
Expand Down

0 comments on commit 205b830

Please sign in to comment.