mirror of https://github.com/ArduPilot/ardupilot
Tools: add documentation for SIM_ACC?_RND parameters
This commit is contained in:
parent
1626611e0b
commit
9c10e64168
|
@ -2384,11 +2384,6 @@ class TestSuite(ABC):
|
|||
def get_sim_parameter_documentation_get_whitelist(self):
|
||||
# common parameters
|
||||
ret = set([
|
||||
"SIM_ACC1_RND",
|
||||
"SIM_ACC2_RND",
|
||||
"SIM_ACC3_RND",
|
||||
"SIM_ACC4_RND",
|
||||
"SIM_ACC5_RND",
|
||||
"SIM_ACC_FILE_RW",
|
||||
"SIM_ACC_TRIM_X",
|
||||
"SIM_ACC_TRIM_Y",
|
||||
|
|
Loading…
Reference in New Issue