Skip to content

Commit

Permalink
msm
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 30, 2023
1 parent b7db702 commit 53abf65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/controllers/algo/engine_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,9 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
case engine_type_e::POLYGONUS_MIATA_NB2:
setMiataNB2_Polygonus();
break;
case engine_type_e::POLYGONUS_MIATA_MSM:
setMiataNB_MSM_Polygonus();
break;
#ifdef HARDWARE_CI
case engine_type_e::PROTEUS_ANALOG_PWM_TEST:
setProteusAnalogPwmTest();
Expand Down

0 comments on commit 53abf65

Please sign in to comment.