Skip to content

Commit 4a35ada

Browse files
committed
Fix a comment
1 parent 20a21b1 commit 4a35ada

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/uid_store.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ inline uint8_t ShiftLeft(uint8_t b) {
4545
void UIDStore_Init() {
4646
// The UID is derived from the RDM manufacturer ID & the MAC address.
4747
// The first 3 bytes of the MAC address is the Microchip OIDs, which are one
48-
// of 00:1e:c0, 00:04:A3 or D8:80:39. The bottom 3 bytes contain the unique
48+
// of 00:1E:C0, 00:04:A3 or D8:80:39. The bottom 3 bytes contain the unique
4949
// serial number.
5050
//
5151
// To support more than one responder per device, we set the lower 4 bits of
5252
// the UID to 0 so we have 16 responders per device. These means the complete
5353
// UID takes the form:
5454
// MMMM:XAAAAAA0
55-
// Where M is the PLASA manufacturer ID and A are the values from the MAC
56-
// address. X is derived from the OID:
55+
// Where M is the PLASA manufacturer ID, X is derived from the OID and A is
56+
// the values from the MAC address. X is derived from the OID as follows:
5757
//
5858
// 00:1E:C0 -> 1
5959
// D8:80:39 -> 2

0 commit comments

Comments
 (0)