Skip to content

Commit

Permalink
rc_update params: remove comment about default static mixing
Browse files Browse the repository at this point in the history
Was added back in 2014:
7441efd
  • Loading branch information
MaEtUgR authored and bkueng committed Jan 17, 2025
1 parent 33841cf commit f693fab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/modules/rc_update/params.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/****************************************************************************
*
* Copyright (c) 2012-2021 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-2025 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -1592,8 +1592,6 @@ PARAM_DEFINE_INT32(RC_MAP_FLTM_BTN, 0);
/**
* AUX1 Passthrough RC channel
*
* Default function: Camera pitch
*
* @min 0
* @max 18
* @group Radio Calibration
Expand Down Expand Up @@ -1622,8 +1620,6 @@ PARAM_DEFINE_INT32(RC_MAP_AUX1, 0);
/**
* AUX2 Passthrough RC channel
*
* Default function: Camera roll
*
* @min 0
* @max 18
* @group Radio Calibration
Expand Down Expand Up @@ -1652,8 +1648,6 @@ PARAM_DEFINE_INT32(RC_MAP_AUX2, 0);
/**
* AUX3 Passthrough RC channel
*
* Default function: Camera azimuth / yaw
*
* @min 0
* @max 18
* @group Radio Calibration
Expand Down

0 comments on commit f693fab

Please sign in to comment.