Skip to content

Commit e799e33

Browse files
committed
TODO reminder
1 parent 281a885 commit e799e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TX/Config/ANT_ChannelId.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ uint8_t ChannelId::getData(uint8_t pos) {
7373
} else if (pos == 2) {
7474
return (uint8_t)(_deviceNumber >> BITS_IN_BYTE);
7575
} else if (pos == 3) {
76+
// TODO get rid of magic numbers
7677
return _pairingBit ? ( _deviceType | 0x80 ) : ( _deviceType & 0x7F );
7778
} else {
7879
return _transmissionType;

0 commit comments

Comments
 (0)