mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 04:00:34 +08:00
capitalize param values
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
*
|
||||
* @min 0
|
||||
* @max 3
|
||||
* @value 0 disabled
|
||||
* @value 1 enabled
|
||||
* @value 2 update
|
||||
* @value 3 motors/update
|
||||
* @value 0 Disabled
|
||||
* @value 1 Enabled
|
||||
* @value 2 Dynamic ID/Update
|
||||
* @value 3 Motors/Update
|
||||
* @group UAVCAN
|
||||
*/
|
||||
PARAM_DEFINE_INT32(UAVCAN_ENABLE, 0);
|
||||
|
||||
Reference in New Issue
Block a user