mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
StorageManager: expanded bind info to 56 bytes
cc2500 needs a larger bind area
This commit is contained in:
parent
7ac6df6f3e
commit
9cce1e0733
@ -45,9 +45,7 @@ const StorageManager::StorageArea StorageManager::layout_default[STORAGE_NUM_ARE
|
||||
{ StorageFence, 5676, 256},
|
||||
{ StorageMission, 5932, 2132},
|
||||
{ StorageKeys, 8064, 64},
|
||||
#ifdef HAL_RCINPUT_WITH_AP_RADIO
|
||||
{ StorageBindInfo,8128, 8},
|
||||
#endif
|
||||
{ StorageBindInfo,8128, 56},
|
||||
#endif
|
||||
#if STORAGE_NUM_AREAS >= 12
|
||||
{ StorageParam, 8192, 1280},
|
||||
@ -74,7 +72,7 @@ const StorageManager::StorageArea StorageManager::layout_copter[STORAGE_NUM_AREA
|
||||
{ StorageFence, 5676, 256},
|
||||
{ StorageMission, 5932, 2132},
|
||||
{ StorageKeys, 8064, 64},
|
||||
{ StorageBindInfo,8128, 8},
|
||||
{ StorageBindInfo,8128, 56},
|
||||
#endif
|
||||
#if STORAGE_NUM_AREAS >= 12
|
||||
{ StorageParam, 8192, 1280},
|
||||
|
Loading…
Reference in New Issue
Block a user