Skip to content

Commit 99f7af4

Browse files
committed
Fixes typo in comment
1 parent 88488f9 commit 99f7af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFunLSM6DS3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ LSM6DS3::LSM6DS3( uint8_t busType, uint8_t inputArg ) : LSM6DS3Core( busType, in
370370
settings.commMode = 1; //Can be modes 1, 2 or 3
371371

372372
//FIFO control data
373-
settings.fifoThreshold = 3000; //Can be 0 to 4096 (16 bit bytes)
373+
settings.fifoThreshold = 3000; //Can be 0 to 4095 (16 bit bytes)
374374
settings.fifoSampleRate = 10; //default 10Hz
375375
settings.fifoModeWord = 0; //Default off
376376

0 commit comments

Comments
 (0)