Update board Dataflash_Init() functions to automatically configure the appropriate...
[pub/USBasp.git] / Demos / Device / LowLevel / MassStorage / MassStorage.c
index cfb1686..fc66433 100644 (file)
@@ -88,7 +88,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();