We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a885 commit e799e33Copy full SHA for e799e33
src/TX/Config/ANT_ChannelId.cpp
@@ -73,6 +73,7 @@ uint8_t ChannelId::getData(uint8_t pos) {
73
} else if (pos == 2) {
74
return (uint8_t)(_deviceNumber >> BITS_IN_BYTE);
75
} else if (pos == 3) {
76
+ // TODO get rid of magic numbers
77
return _pairingBit ? ( _deviceType | 0x80 ) : ( _deviceType & 0x7F );
78
} else {
79
return _transmissionType;
0 commit comments