mirror of https://github.com/ArduPilot/ardupilot
HAL_PX4: enable full storage size on PX4
This commit is contained in:
parent
148dfbd180
commit
c864f3eed5
|
@ -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…
Reference in New Issue