DataFlash: reinstate SITL dataflash code

This commit is contained in:
Andrew Tridgell 2012-12-13 09:33:48 +11:00
parent 18824c7ef5
commit 964bc56aa2

View File

@ -3,7 +3,6 @@
hacked up DataFlash library for Desktop support
*/
#if 0
#include <AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
@ -130,5 +129,5 @@ void DataFlash_SITL::ChipErase()
#endif
#endif