Skip to content

Commit

Permalink
Fix doc comment in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Feb 7, 2023
1 parent 5bad2aa commit f70d72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
#define PROPELLER_BALANCE_TEST_THRESHOLD 2.5f

/**
* \def BAT_LOADING_SAG_THESHOLD
* \def BAT_LOADING_SAG_THRESHOLD
* This is the threshold for a battery and connector to pass. It loads the power path by spinning all 4 motors
* and measure the voltage sag. The threshold is very experimental and dependent on stock configuration. It is
* fairly constant over the battery voltage range but testing with fully changed battery is best.
Expand All @@ -229,7 +229,7 @@

/**
* \def ACTIVATE_STARTUP_SOUND
* Playes a startup melody using the motors and PWM modulation
* Plays a startup melody using the motors and PWM modulation
*/
#define ACTIVATE_STARTUP_SOUND

Expand Down

0 comments on commit f70d72f

Please sign in to comment.