mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 14:20:35 +08:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
#
|
|
# Restart the node.
|
|
# Some nodes may require restart before the new configuration will be applied.
|
|
# The request should be rejected if magic_number does not equal MAGIC_NUMBER.
|
|
#
|
|
|
|
uint40 MAGIC_NUMBER = 0xACCE551B1E
|
|
uint40 magic_number
|
|
|
|
---
|
|
|
|
bool ok
|