mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
25 lines
399 B
YAML
25 lines
399 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Test file for including other bindings
|
|
compatible: include
|
|
properties:
|
|
x:
|
|
type: int
|
|
y:
|
|
type: int
|
|
z:
|
|
type: int
|
|
child-binding:
|
|
properties:
|
|
child-prop-1:
|
|
type: int
|
|
child-prop-2:
|
|
type: int
|
|
|
|
child-binding:
|
|
properties:
|
|
grandchild-prop-1:
|
|
type: int
|
|
grandchild-prop-2:
|
|
type: int
|