StorageManager: expanded bind info to 56 bytes

cc2500 needs a larger bind area
This commit is contained in:
Andrew Tridgell 2018-01-17 14:32:14 +11:00
parent 7ac6df6f3e
commit 9cce1e0733

View File

@ -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},