Skip to content

Commit

Permalink
Fix typo in CurieIMU
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdinotech committed Aug 3, 2017
1 parent 936a638 commit 6d3c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/CurieIMU/src/CurieIMU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ void CurieIMUClass::setTapDetectionThreshold(float threshold)

case 16:
default:
bmiThreshold = (threshold - 2500) / 500.0;
bmiThreshold = (threshold - 250) / 500.0;
break;
}

Expand Down

0 comments on commit 6d3c39d

Please sign in to comment.