mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
14 lines
267 B
YAML
14 lines
267 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Parent binding
|
|
|
|
compatible: "binding-include-test"
|
|
|
|
include: child.yaml
|
|
|
|
properties:
|
|
foo:
|
|
# Changed from not being required in grandchild-1.yaml
|
|
required: true
|
|
# Type set in grandchild
|