Skip to content

Commit

Permalink
#236 Correction for TDMA build
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Jun 22, 2017
1 parent bef457b commit b318c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/src/lpsTwrTdmaTag.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static uint32_t rxcallback(dwDevice_t *dev) {
dist.y = options->anchorPosition[current_anchor].y;
dist.z = options->anchorPosition[current_anchor].z;
dist.stdDev = 0.25;
kalmanEstimatorEnqueueDistance(&dist);
estimatorKalmanEnqueueDistance(&dist);
}

if (current_anchor == 0) {
Expand Down

0 comments on commit b318c08

Please sign in to comment.