Skip to content

Commit

Permalink
ubx: call decodeInit() right before waitForAck (commented because wai…
Browse files Browse the repository at this point in the history
…tForAck is commented)
  • Loading branch information
bkueng committed Jul 30, 2016
1 parent ef4edce commit 94fa04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ubx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ GPSDriverUBX::payloadRxDone(void)
}

//according to the spec, we should receive an (N)ACK here, but we don't
// decodeInit();
// if (waitForAck(UBX_MSG_CFG_RATE, UBX_CONFIG_TIMEOUT, true) < 0) {
// return -1;
// }
Expand Down

0 comments on commit 94fa04c

Please sign in to comment.