We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b394941 commit f914716Copy full SHA for f914716
drivers/sensor/lsm6ds0/lsm6ds0.h
@@ -372,7 +372,7 @@
372
#define LSM6DS0_DEFAULT_ACCEL_FULLSCALE 3
373
#define LSM6DS0_DEFAULT_ACCEL_FULLSCALE_FACTOR (8.0 * SENSOR_G_DOUBLE)
374
#elif defined(LSM6DS0_ACCEL_FULLSCALE_16G)
375
- #define LSM6DS0_DEFALUT_ACCEL_FULLSCALE 1
+ #define LSM6DS0_DEFAULT_ACCEL_FULLSCALE 1
376
#define LSM6DS0_DEFAULT_ACCEL_FULLSCALE_FACTOR (16.0 * SENSOR_G_DOUBLE)
377
#endif
378
0 commit comments