mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
16 lines
265 B
YAML
16 lines
265 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Property deprecated value test
|
|
|
|
compatible: "test-deprecated"
|
|
|
|
properties:
|
|
oldprop:
|
|
type: int
|
|
deprecated: true
|
|
required: false
|
|
|
|
curprop:
|
|
type: int
|
|
required: false
|