Skip to content

Commit

Permalink
Corrected log variables for the lighthouse. Closes #429
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed May 3, 2019
1 parent f1011f1 commit 28c33c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deck/drivers/src/lighthouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ DECK_DRIVER(lighthouse_deck);

LOG_GROUP_START(lighthouse)
LOG_ADD(LOG_FLOAT, angle0x, &angles[0].angles[0][0])
LOG_ADD(LOG_FLOAT, angle0y, &angles[0].angles[1][0])
LOG_ADD(LOG_FLOAT, angle1x, &angles[0].angles[0][1])
LOG_ADD(LOG_FLOAT, angle0y, &angles[0].angles[0][1])
LOG_ADD(LOG_FLOAT, angle1x, &angles[0].angles[1][0])
LOG_ADD(LOG_FLOAT, angle1y, &angles[0].angles[1][1])
LOG_ADD(LOG_FLOAT, x, &position[0])
LOG_ADD(LOG_FLOAT, y, &position[1])
Expand Down

0 comments on commit 28c33c1

Please sign in to comment.