Update board Dataflash_Init() functions to automatically configure the appropriate communication interface.
This commit is contained in:
parent
6d58628e85
commit
f7b9ebea02
16 changed files with 37 additions and 20 deletions
|
@ -103,7 +103,6 @@ void SetupHardware(void)
|
|||
|
||||
/* Hardware Initialization */
|
||||
LEDs_Init();
|
||||
SPI_Init(SPI_SPEED_FCPU_DIV_2 | SPI_ORDER_MSB_FIRST | SPI_SCK_LEAD_FALLING | SPI_SAMPLE_TRAILING | SPI_MODE_MASTER);
|
||||
Dataflash_Init();
|
||||
USB_Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue