AP_HAL: correct AP_SIM_FRAME_CLASS name

This commit is contained in:
Andy Piper 2022-12-30 12:48:29 +00:00 committed by Peter Barker
parent aeb25ca20a
commit 921f51d08a

View File

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