From 9d52489c40d0e52ce170087591f6bf5a794d52b9 Mon Sep 17 00:00:00 2001 From: watanabe1101 Date: Mon, 15 Apr 2024 03:09:52 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20ICM=5F1000dps=E3=81=A8ICM=5F500dps?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICM20948 2.0.0/src/ICM20948.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ICM20948 2.0.0/src/ICM20948.h b/ICM20948 2.0.0/src/ICM20948.h index cd59037..a9b8aee 100644 --- a/ICM20948 2.0.0/src/ICM20948.h +++ b/ICM20948 2.0.0/src/ICM20948.h @@ -18,8 +18,8 @@ #define ICM_4G 0b00000010 #define ICM_2G 0b00000000 #define ICM_2000dps 0b00000110 -#define ICM_1000dps 0b00000010 -#define ICM_500dps 0b00000100 +#define ICM_1000dps 0b00000100 +#define ICM_500dps 0b00000010 #define ICM_250dps 0b00000000 #define ICM_USER_BANK0 0b00000000 #define ICM_USER_BANK1 0b00010000