Skip to content

Commit 8c05bd4

Browse files
committed
Explicitly state little-endianness
1 parent 37c8f1e commit 8c05bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ An array of 16 bytes that should contain a (128bit) UID (Unique Identifier) of t
427427

428428
Address: `017`
429429

430-
An array of 8 bytes that can be used to store a tag for a specific firmware version. For instance, it could be used to store the git hash of a specific release/commit. If not used, all bytes should be set to 0.
430+
An array of 8 bytes that can be used to store a tag for a specific firmware version. For instance, it could be used to store the git hash of a specific release/commit. If not used, all bytes should be set to 0. The byte-order is little-endian.
431431

432432

433433
## Release notes:

0 commit comments

Comments
 (0)