Skip to content

Commit

Permalink
getQuatAccuracy: actually return accelAccuracy
Browse files Browse the repository at this point in the history
whoops.
  • Loading branch information
blendmaster committed May 4, 2018
1 parent 1b65957 commit 52d4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparkFun_BNO080_Arduino_Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ float BNO080::getQuatRadianAccuracy()
//Return the acceleration component
uint8_t BNO080::getQuatAccuracy()
{
return(accelAccuracy);
return(quatAccuracy);
}

//Return the acceleration component
Expand Down

0 comments on commit 52d4325

Please sign in to comment.