mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 10:10:34 +08:00
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
#
|
|
# Start HIL simulation for the specified components.
|
|
#
|
|
|
|
uint40 MAGIC_NUMBER = 0xACCE551B1E
|
|
uint40 magic_number
|
|
|
|
uint64 component_mask # Components are application defined
|
|
|
|
---
|
|
|
|
bool ok
|