Browse Source

HAL_PX4: enable full storage size on PX4

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
c864f3eed5
  1. 2
      libraries/AP_HAL_PX4/Storage.h

2
libraries/AP_HAL_PX4/Storage.h

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
#include "AP_HAL_PX4_Namespace.h"
#include <systemlib/perf_counter.h>
#define PX4_STORAGE_SIZE 4096
#define PX4_STORAGE_SIZE HAL_STORAGE_SIZE
#define PX4_STORAGE_MAX_WRITE 512
#define PX4_STORAGE_LINE_SHIFT 9
#define PX4_STORAGE_LINE_SIZE (1<<PX4_STORAGE_LINE_SHIFT)

Loading…
Cancel
Save