zephyr/tests/drivers/comparator/shell/app.overlay
Bjarki Arge Andreasen 4ff9886e48 tests: drivers: comparator: add shell test suite
Add test suite for comparator device driver shell.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2024-10-10 20:24:52 -04:00

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";
};
};