Skip to content

Commit 3e9795d

Browse files
committed
getQuatAccuracy: actually return quatAccuracy
whoops.
1 parent 1b65957 commit 3e9795d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_BNO080_Arduino_Library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ float BNO080::getQuatRadianAccuracy()
228228
//Return the acceleration component
229229
uint8_t BNO080::getQuatAccuracy()
230230
{
231-
return(accelAccuracy);
231+
return(quatAccuracy);
232232
}
233233

234234
//Return the acceleration component

0 commit comments

Comments
 (0)