From 9cce1e07332720d48fb5d3f372e4f9579b7b2a4d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Jan 2018 14:32:14 +1100 Subject: [PATCH] StorageManager: expanded bind info to 56 bytes cc2500 needs a larger bind area --- libraries/StorageManager/StorageManager.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libraries/StorageManager/StorageManager.cpp b/libraries/StorageManager/StorageManager.cpp index 1799e16811..01939e58ab 100644 --- a/libraries/StorageManager/StorageManager.cpp +++ b/libraries/StorageManager/StorageManager.cpp @@ -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},