only: setMaverickX3

This commit is contained in:
Andrey 2024-04-17 19:44:47 -04:00
parent 009006678e
commit cd9174e4fb
1 changed files with 4 additions and 1 deletions

View File

@ -804,10 +804,13 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
break;
#endif
#if HW_PROTEUS
#if HW_PROTEUS || HW_HELLEN
case engine_type_e::POLARIS_RZR:
case engine_type_e::MAVERICK_X3:
setMaverickX3();
#endif
#if HW_PROTEUS
break;
case engine_type_e::ME17_9_MISC:
setSlingshot();