mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-27 21:24:07 +08:00
System: Mark reset state param as volatile
This commit is contained in:
parent
5a0e4c137e
commit
48af6b6d61
@ -87,6 +87,8 @@ PARAM_DEFINE_INT32(SYS_HITL, 0);
|
||||
* @value 0 Data survives resets
|
||||
* @value 1 Data survives in-flight resets only
|
||||
* @value 2 Data does not survive reset
|
||||
* @category system
|
||||
* @volatile
|
||||
* @group System
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SYS_RESTART_TYPE, 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user