Skip to content

Commit ab98848

Browse files
committed
Correct unidirectional config values
Fixes #46
1 parent ffc0343 commit ab98848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ANT_defines.h

Lines changed: 2 additions & 2 deletions
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)