|
|
|
@ -44,8 +44,8 @@ const StorageManager::StorageArea StorageManager::layout_default[STORAGE_NUM_ARE
@@ -44,8 +44,8 @@ const StorageManager::StorageArea StorageManager::layout_default[STORAGE_NUM_ARE
|
|
|
|
|
{ StorageParam, 4096, 1280}, |
|
|
|
|
{ StorageRally, 5376, 300}, |
|
|
|
|
{ StorageFence, 5676, 256}, |
|
|
|
|
{ StorageMission, 5932, 2132}, // leave 4 byte gap for PX4
|
|
|
|
|
// sentinal and expansion
|
|
|
|
|
{ StorageMission, 5932, 2132},
|
|
|
|
|
{ StorageKeys, 8064, 64},
|
|
|
|
|
#endif |
|
|
|
|
#if STORAGE_NUM_AREAS >= 12 |
|
|
|
|
{ StorageParam, 8192, 1280}, |
|
|
|
@ -70,8 +70,8 @@ const StorageManager::StorageArea StorageManager::layout_copter[STORAGE_NUM_AREA
@@ -70,8 +70,8 @@ const StorageManager::StorageArea StorageManager::layout_copter[STORAGE_NUM_AREA
|
|
|
|
|
{ StorageParam, 4096, 1280}, |
|
|
|
|
{ StorageRally, 5376, 300}, |
|
|
|
|
{ StorageFence, 5676, 256}, |
|
|
|
|
{ StorageMission, 5932, 2132}, // leave 128 byte gap for
|
|
|
|
|
// expansion and PX4 sentinal
|
|
|
|
|
{ StorageMission, 5932, 2132}, |
|
|
|
|
{ StorageKeys, 8064, 64},
|
|
|
|
|
#endif |
|
|
|
|
#if STORAGE_NUM_AREAS >= 12 |
|
|
|
|
{ StorageParam, 8192, 1280}, |
|
|
|
|