Fix for test

This commit is contained in:
Ken Van Hoeylandt 2026-06-21 00:29:05 +02:00
parent 52736f8a67
commit c12f6e4a5b

View File

@ -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,