Browse Source

StorageManager: expanded bind info to 56 bytes

cc2500 needs a larger bind area
master
Andrew Tridgell 7 years ago
parent
commit
9cce1e0733
  1. 6
      libraries/StorageManager/StorageManager.cpp

6
libraries/StorageManager/StorageManager.cpp

@ -45,9 +45,7 @@ const StorageManager::StorageArea StorageManager::layout_default[STORAGE_NUM_ARE @@ -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 @@ -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…
Cancel
Save