Use correct frequency for the sd-spi interface

This commit is contained in:
Klemens Schölhorn 2018-05-19 19:04:56 +02:00
parent c27ee2215c
commit 2c74ef7f03
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define PAYLOAD_SIZE (16 << 11)
#define F_CLK 50000000UL
#define F_CLK 60000000UL
static volatile uint32_t * const spi = (void *)(SPI_CTRL_ADDR);