Skip to content

Commit 9b530a2

Browse files
committed
SiliconLabsGH-21: Fix COMMAND_CLASS_VERSION value for Rust components
Fix a mismatch between value in Rust and value defined in C header: zpc_attribute_store/include/attribute_store_defined_attribute_types.h Signed-off-by: Nenad Kljajic <nkljajic@control4.com>
1 parent 5ad3615 commit 9b530a2

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zpc_rust/src/rust_command_handlers/zwave_command_classes/zwave_command_class_firmware_update

1 file changed

+1
-1
lines changed

applications/zpc/components/zpc_rust/src/rust_command_handlers/zwave_command_classes/zwave_command_class_firmware_update/firmware_update_definitions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ DEFINE_ATTRIBUTE!(
674674
);
675675
DEFINE_ATTRIBUTE!(
676676
ATTRIBUTE_CC_VERSION_HARDWARE_VERSION,
677-
((COMMAND_CLASS_VERSION << 8) | 0x0E)
677+
((COMMAND_CLASS_VERSION << 8) | 0x0F)
678678
);
679679

680680
DEFINE_ATTRIBUTE!(

0 commit comments

Comments
 (0)