Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 706e580

Browse files
committed
Fix variable name in param
1 parent 056693d commit 706e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/bottle_drop/bottle_drop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ BottleDrop::task_main()
401401
param_get(param_turn_radius, &turn_radius);
402402
param_get(param_gproperties, &z_0);
403403
param_get(param_cd, &cd);
404-
param_get(param_mass, &M);
404+
param_get(param_mass, &m);
405405
param_get(param_surface, &A);
406406

407407
int vehicle_global_position_sub = orb_subscribe(ORB_ID(vehicle_global_position));

0 commit comments

Comments
 (0)