mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: correct AP_SIM_FRAME_CLASS name
This commit is contained in:
parent
aeb25ca20a
commit
921f51d08a
@ -32,7 +32,7 @@ using namespace AP_HAL;
|
||||
|
||||
#ifndef AP_SIM_FRAME_CLASS
|
||||
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
|
||||
#define AP_SIM_FRAME_Class MultiCopter
|
||||
#define AP_SIM_FRAME_CLASS MultiCopter
|
||||
#elif APM_BUILD_TYPE(APM_BUILD_ArduPlane)
|
||||
#define AP_SIM_FRAME_CLASS Plane
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user