mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
db0cdc6a0c
The difference was in dfs_sdcard.c, line 107: -if((status = PIOS_SDCARD_SectorRead(sector, buffer)) < 0) { +if((status = PIOS_SDCARD_SectorRead(sector, buffer)) != 0) { Currenly unused, kept as is. |
||
---|---|---|
.. | ||
CMSIS | ||
FreeRTOS/Source | ||
msd | ||
STM32_USB-FS-Device_Driver | ||
STM32F10x_StdPeriph_Driver |