Update board Dataflash_Init() functions to automatically configure the appropriate...
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorage / MassStorage.c
index a0fa7a2..82f02b9 100644 (file)
@@ -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();