mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/sdcard_spi: allow board to overwrite SD_CARD_SPI_SPEED_POSTINIT
Include board.h so we can overwrite SD_CARD_SPI_SPEED_POSTINIT there.
This commit is contained in:
parent
08c2cf6b27
commit
63247d17c4
@ -33,6 +33,7 @@ extern "C" {
|
||||
#include "stdbool.h"
|
||||
#include "sdcard_spi.h"
|
||||
#include "timex.h"
|
||||
#include "board.h"
|
||||
|
||||
/* number of clocks that should be applied to the card on init
|
||||
before taking further actions (see sd spec. 6.4.1.1 Power Up Time of Card) */
|
||||
|
Loading…
Reference in New Issue
Block a user