Skip to content

Commit

Permalink
Revert "DataFlash: fix DataFlash_SITL"
Browse files Browse the repository at this point in the history
This reverts commit 94b5383.
  • Loading branch information
jschall committed Nov 16, 2015
1 parent da36d12 commit 9be9c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion libraries/DataFlash/DataFlash.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ Format characters in the format string for binary log messages

#include "DataFlash_Block.h"
#include "DataFlash_File.h"
#include "DataFlash_SITL.h"
#include "DataFlash_MAVLink.h"

#endif
4 changes: 1 addition & 3 deletions libraries/DataFlash/DataFlash_SITL.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL

#include <AP_HAL.h>
#include "DataFlash_Block.h"
#include "DataFlash.h"

class DataFlash_SITL : public DataFlash_Block
{
Expand Down Expand Up @@ -42,8 +42,6 @@ class DataFlash_SITL : public DataFlash_Block
public:

DataFlash_SITL() {}
void Prep_MinSpace() { }

void Init(const struct LogStructure *structure, uint8_t num_types);
void ReadManufacturerID();
bool CardInserted();
Expand Down

0 comments on commit 9be9c63

Please sign in to comment.