Skip to content

Commit 6d3c39d

Browse files
committed
Fix typo in CurieIMU
1 parent 936a638 commit 6d3c39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CurieIMU/src/CurieIMU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ void CurieIMUClass::setTapDetectionThreshold(float threshold)
818818

819819
case 16:
820820
default:
821-
bmiThreshold = (threshold - 2500) / 500.0;
821+
bmiThreshold = (threshold - 250) / 500.0;
822822
break;
823823
}
824824

0 commit comments

Comments
 (0)