Skip to content

Commit

Permalink
bitcraze#302: Fix log config typo in Multiranger driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Mar 22, 2018
1 parent bbf485a commit e9e84fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/src/multiranger.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ LOG_ADD(LOG_UINT16, back, &rangeBack)
LOG_ADD(LOG_UINT16, up, &rangeUp)
LOG_ADD(LOG_UINT16, left, &rangeLeft)
LOG_ADD(LOG_UINT16, right, &rangeRight)
LOG_GROUP_STOP(oa)
LOG_GROUP_STOP(range)

PARAM_GROUP_START(deck)
PARAM_ADD(PARAM_UINT8 | PARAM_RONLY, bcMultiranger, &isInit)
Expand Down

0 comments on commit e9e84fd

Please sign in to comment.