Skip to content

Commit

Permalink
Merge pull request #47 from cujomalainey/hotfix/fix-unidirectional-ch…
Browse files Browse the repository at this point in the history
…annels

Correct unidirectional config values
  • Loading branch information
cujomalainey committed Dec 12, 2017
2 parents ffc0343 + ab98848 commit 03d9545
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 03d9545

Please sign in to comment.