Skip to content

Commit

Permalink
rename TUNE to STARTUP_TUNE
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibean authored and tridge committed Oct 10, 2024
1 parent 3e2c603 commit 75d18ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/DroneCAN/DroneCAN.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static struct parameter {
{ "COMP_PWM", T_BOOL, 0, 1, &comp_pwm, 0},
{ "STUCK_ROTOR_PROTECTION", T_BOOL, 0, 1, &stuck_rotor_protection, 0},
{ "ADVANCE_LEVEL", T_UINT8, 0, 4, &advance_level, 0},
{ "TUNE", T_STRING,0, 4, NULL, EEPROM_TUNE_INDEX},
{ "STARTUP_TUNE", T_STRING,0, 4, NULL, EEPROM_TUNE_INDEX},
};

/*
Expand Down

0 comments on commit 75d18ec

Please sign in to comment.