Skip to content

Commit

Permalink
#251 Changed default number of anchors to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 6, 2017
1 parent 48f91b8 commit 142a1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/interface/locodeck.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typedef enum uwbEvent_e {
} uwbEvent_t;

#ifndef LOCODECK_NR_OF_ANCHORS
#define LOCODECK_NR_OF_ANCHORS 6
#define LOCODECK_NR_OF_ANCHORS 8
#endif

typedef uint64_t locoAddress_t;
Expand Down

0 comments on commit 142a1fd

Please sign in to comment.