mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +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 = {
|
||||
.address = 0,
|
||||
.name = "test-device@0",
|
||||
.name = "test-device",
|
||||
.config = &test_device_0_config,
|
||||
.parent = &root,
|
||||
.internal = NULL
|
||||
@ -40,6 +40,7 @@ static const bool_device_config_dt bool_test_device_config = {
|
||||
};
|
||||
|
||||
static struct Device bool_test_device = {
|
||||
.address = 0,
|
||||
.name = "bool-test-device",
|
||||
.config = &bool_test_device_config,
|
||||
.parent = &root,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user