summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/als_si114x.h4
-rw-r--r--driver/mag_bmm150.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/driver/als_si114x.h b/driver/als_si114x.h
index 3ca30300f8..85b8677cdf 100644
--- a/driver/als_si114x.h
+++ b/driver/als_si114x.h
@@ -216,9 +216,9 @@
/* Min and Max sampling frequency in mHz */
#define SI114X_PROX_MIN_FREQ 504
-#define SI114X_PROX_MAX_FREQ 100000
+#define SI114X_PROX_MAX_FREQ 50000
#define SI114X_LIGHT_MIN_FREQ 504
-#define SI114X_LIGHT_MAX_FREQ 100000
+#define SI114X_LIGHT_MAX_FREQ 50000
extern const struct accelgyro_drv si114x_drv;
diff --git a/driver/mag_bmm150.h b/driver/mag_bmm150.h
index 7eb469cf43..51b2926e8a 100644
--- a/driver/mag_bmm150.h
+++ b/driver/mag_bmm150.h
@@ -76,7 +76,7 @@
/* Min and Max sampling frequency in mHz */
#define BMM150_MAG_MIN_FREQ 781
-#define BMM150_MAG_MAX_FREQ 800000
+#define BMM150_MAG_MAX_FREQ 80000
struct bmm150_comp_registers {
/* Local copy of the compensation registers. */