mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
StorageManager: Add APM_BUILD_Heli
This commit is contained in:
parent
ab07a7c4fa
commit
0038b8edd7
@ -43,7 +43,7 @@ const StorageManager::StorageArea StorageManager::layout[STORAGE_NUM_AREAS] = {
|
||||
{ StorageParam, 0, HAL_STORAGE_SIZE}
|
||||
};
|
||||
|
||||
#elif !APM_BUILD_TYPE(APM_BUILD_ArduCopter)
|
||||
#elif !APM_BUILD_COPTER_OR_HELI()
|
||||
|
||||
/*
|
||||
layout for fixed wing and rovers
|
||||
|
Loading…
Reference in New Issue
Block a user