Add test suite for comparator device driver shell. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/{
|
|
fake_comp: fake_comp {
|
|
compatible = "zephyr,fake-comp";
|
|
status = "okay";
|
|
};
|
|
};
|