mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 03:00:35 +08:00
parameters import/export test
This commit is contained in:
@@ -41,6 +41,11 @@ PARAM_DEFINE_INT32(TEST_1, 2);
|
||||
*/
|
||||
PARAM_DEFINE_INT32(TEST_2, 4);
|
||||
|
||||
/**
|
||||
* @group Testing
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(TEST_3, 5.0f);
|
||||
|
||||
/**
|
||||
* @group Testing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user