Use correct frequency for the sd-spi interface
This commit is contained in:
parent
c27ee2215c
commit
2c74ef7f03
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user