Skip to content

Commit ead105a

Browse files
committed
2 parents 98168c3 + 03d9545 commit ead105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ANT_defines.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
*/
9494
#define CHANNEL_TYPE_BIDIRECTIONAL_RECEIVE 0x00
9595
#define CHANNEL_TYPE_BIDIRECTIONAL_TRANSMIT 0x10
96-
#define CHANNEL_TYPE_UNIDIRECTIONAL_RECEIVE 0x50
97-
#define CHANNEL_TYPE_UNIDIRECTIONAL_TRANSMIT 0x40
96+
#define CHANNEL_TYPE_UNIDIRECTIONAL_RECEIVE 0x40
97+
#define CHANNEL_TYPE_UNIDIRECTIONAL_TRANSMIT 0x50
9898
#define CHANNEL_TYPE_SHARED_RECEIVE 0x20
9999
#define CHANNEL_TYPE_SHARED_TRANSMIT 0x30
100100

0 commit comments

Comments
 (0)