mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 00:10:34 +08:00
capitalize param values
This commit is contained in:
@@ -58,9 +58,9 @@ PARAM_DEFINE_INT32(SDLOG_RATE, -1);
|
||||
*
|
||||
* @min -1
|
||||
* @max 1
|
||||
* @value -1 command line
|
||||
* @value 0 disable
|
||||
* @value 1 enable
|
||||
* @value -1 Command Line
|
||||
* @value 0 Disable
|
||||
* @value 1 Enable
|
||||
* @group SD Logging
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SDLOG_EXT, -1);
|
||||
|
||||
Reference in New Issue
Block a user