mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 08:55:06 +00:00
Fix for test
This commit is contained in:
parent
52736f8a67
commit
c12f6e4a5b
@ -25,7 +25,7 @@ static const generic_device_config_dt test_device_0_config = {
|
|||||||
|
|
||||||
static struct Device test_device_0 = {
|
static struct Device test_device_0 = {
|
||||||
.address = 0,
|
.address = 0,
|
||||||
.name = "test-device@0",
|
.name = "test-device",
|
||||||
.config = &test_device_0_config,
|
.config = &test_device_0_config,
|
||||||
.parent = &root,
|
.parent = &root,
|
||||||
.internal = NULL
|
.internal = NULL
|
||||||
@ -40,6 +40,7 @@ static const bool_device_config_dt bool_test_device_config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct Device bool_test_device = {
|
static struct Device bool_test_device = {
|
||||||
|
.address = 0,
|
||||||
.name = "bool-test-device",
|
.name = "bool-test-device",
|
||||||
.config = &bool_test_device_config,
|
.config = &bool_test_device_config,
|
||||||
.parent = &root,
|
.parent = &root,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user