From zephyr commit f5409dec01c84aa8eda1830c64309abe3d5868d0. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
15 lines
265 B
YAML
15 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
|