ardupilot/libraries/DataFlash
Andrew Tridgell 0c371f1b98 DataFlash: don't try and open logfile on failure more than once
this prevents a corrupted microSD card from causing a continuous
attempt to open a log file while in flight, which can cause large
scheduler delays

Pair-Programmed-With: Grant Morphett <grant@gmorph.com>
2014-12-23 16:03:02 +09:00
..
examples/DataFlash_test DataFlash: fixed example build 2014-08-13 21:48:36 +10:00
DataFlash.h DataFlash: log baro climbrate 2014-10-22 17:40:55 +09:00
DataFlash_APM1.cpp DataFlash: fix for HAL_GPIO_* 2014-06-02 10:42:36 +10:00
DataFlash_APM1.h DataFlash: added structures to Init() of dataflash 2013-12-17 11:51:36 +11:00
DataFlash_APM2.cpp DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_APM2.h DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_Block.cpp DataFlash: add EnableWrites method 2014-01-07 22:43:44 +09:00
DataFlash_Block.h DataFlash: typo fix in ListAvailableLogs 2014-08-01 15:14:44 +09:00
DataFlash_Empty.cpp DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_Empty.h DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_File.cpp DataFlash: don't try and open logfile on failure more than once 2014-12-23 16:03:02 +09:00
DataFlash_File.h DataFlash: don't try and open logfile on failure more than once 2014-12-23 16:03:02 +09:00
DataFlash_SITL.cpp DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_SITL.h DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
LogFile.cpp DataFlash: don't write out parameters if log open fails 2014-12-23 16:02:59 +09:00