Skip to content

Commit 99d891f

Browse files
committed
update enumeration entry
1 parent 2f4289b commit 99d891f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/data-model-providers/codegen/CodegenDataModelProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ DataModel::MetadataList<DataModel::EndpointEntry> CodegenDataModelProvider::Endp
381381
entry.compositionPattern = DataModel::EndpointCompositionPattern::kFullFamily;
382382
break;
383383
case EndpointComposition::kTree:
384-
default:
384+
case EndpointComposition::kInvalid: // should NOT happen, but force compiler to check we validate all versions
385385
entry.compositionPattern = DataModel::EndpointCompositionPattern::kTree;
386386
break;
387387
}

third_party/silabs/matter_support

Submodule matter_support updated 632 files

third_party/silabs/simplicity_sdk

Submodule simplicity_sdk updated 28913 files

third_party/silabs/wifi_sdk

Submodule wifi_sdk updated 2129 files

0 commit comments

Comments
 (0)