1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/PiOS/STM32F10x/Libraries
Oleg Semyonov db0cdc6a0c Remove (almost) exact copy of dosfs from F1-specific directory
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.
2013-03-24 13:04:11 +02:00
..
CMSIS [OP-775] Use new core_cm3.h 2012-12-30 21:53:34 +02:00
FreeRTOS/Source Merge remote-tracking branch 'origin/revo-fixes' into amorale/revo-merge 2013-01-19 20:23:48 +01:00
msd Moved STM32 specific PiOS Libraries. 2010-03-04 06:14:14 +00:00
STM32_USB-FS-Device_Driver usb: allow runtime selection of USB descriptors via hwsettings 2012-01-14 14:28:15 -05:00
STM32F10x_StdPeriph_Driver exti: rewrite exti layer to improve portability 2012-01-22 23:23:41 -05:00