rc_update params: remove comment about default static mixing

Was added back in 2014:
7441efde4745c0dddc08a36a0bbf83307f82948a
This commit is contained in:
Matthias Grob 2025-01-16 11:45:26 +01:00 committed by Beat Küng
parent 33841cf438
commit f693fab7c8

View File

@ -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
@ -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
@ -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
@ -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