stm32duino / STM32SD

Enables reading and writing on SD card using SD card slot of the STM32 Board.
157 stars 23 forks source link

chore: init only once #57

Closed fpistm closed 1 year ago

fpistm commented 1 year ago

BSP_SD_Init() is also called by FatFs, avoid to init again if the SD handle state is different from HAL_SD_STATE_RESET.