Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cujomalainey committed Dec 12, 2017
2 parents 98168c3 + 03d9545 commit ead105a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ANT_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
*/
#define CHANNEL_TYPE_BIDIRECTIONAL_RECEIVE 0x00
#define CHANNEL_TYPE_BIDIRECTIONAL_TRANSMIT 0x10
#define CHANNEL_TYPE_UNIDIRECTIONAL_RECEIVE 0x50
#define CHANNEL_TYPE_UNIDIRECTIONAL_TRANSMIT 0x40
#define CHANNEL_TYPE_UNIDIRECTIONAL_RECEIVE 0x40
#define CHANNEL_TYPE_UNIDIRECTIONAL_TRANSMIT 0x50
#define CHANNEL_TYPE_SHARED_RECEIVE 0x20
#define CHANNEL_TYPE_SHARED_TRANSMIT 0x30

Expand Down

0 comments on commit ead105a

Please sign in to comment.