Skip to content

Commit 7df1aef

Browse files
committed
nav_launch_min_time: fix indentation
1 parent 9d469f8 commit 7df1aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/navigation/navigation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ typedef struct navConfig_s {
155155
uint16_t launch_throttle; // Launch throttle
156156
uint16_t launch_motor_timer; // Time to wait before setting launch_throttle (ms)
157157
uint16_t launch_motor_spinup_time; // Time to speed-up motors from idle to launch_throttle (ESC desync prevention)
158-
uint16_t launch_min_time; // Minimum time in launch mode to prevent possible bump of the sticks from leaving launch mode early
158+
uint16_t launch_min_time; // Minimum time in launch mode to prevent possible bump of the sticks from leaving launch mode early
159159
uint16_t launch_timeout; // Launch timeout to disable launch mode and swith to normal flight (ms)
160160
uint8_t launch_climb_angle; // Target climb angle for launch (deg)
161161
uint8_t launch_max_angle; // Max tilt angle (pitch/roll combined) to consider launch successful. Set to 180 to disable completely [deg]

0 commit comments

Comments
 (0)