Skip to content

Commit 757f539

Browse files
committed
fix unknown const, rename last board
1 parent 6c39c7e commit 757f539

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void setup(void) {
114114
case LSM6DS_GYRO_RANGE_2000_DPS:
115115
Serial.println("2000 degrees/s");
116116
break;
117-
case ISM330DHCT_GYRO_RANGE_4000_DPS:
117+
default:
118118
break; // unsupported range for the DSOX
119119
}
120120
// lsm6ds.setGyroDataRate(LSM6DS_RATE_12_5_HZ);

0 commit comments

Comments
 (0)