diff --git a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rogallina/interfaces-impl/bsp.cpp b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rogallina/interfaces-impl/bsp.cpp index e301061af541637aeb0d8e9d143318e1919384cd..6a207a0b63dbc80379d59cd4bdb08b5660ebfd93 100644 --- a/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rogallina/interfaces-impl/bsp.cpp +++ b/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_rogallina/interfaces-impl/bsp.cpp @@ -214,8 +214,6 @@ void IRQbspInit() void bspInit2() { #ifdef WITH_FILESYSTEM - basicFilesystemSetup(SDIODriver::instance()); - auto tx = Gpio<GPIOC_BASE, 10>::getPin(); tx.alternateFunction(7); auto rx = Gpio<GPIOC_BASE, 11>::getPin();