]> git.earman.xyz Git - sensor-watch.git/commitdiff
accelerometer: clarify this bit
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 27 Nov 2024 16:12:29 +0000 (11:12 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 27 Nov 2024 16:12:29 +0000 (11:12 -0500)
watch-library/shared/driver/lis2dw.h

index 11e5c4f6ac03130df7ca4a561b99f978fd5754d2..e4d7544d138c35150cd9c5d624c0080ed112c510 100644 (file)
@@ -166,7 +166,7 @@ typedef enum {
 #define LIS2DW_CTRL4_INT1_SINGLE_TAP  0b01000000
 #define LIS2DW_CTRL4_INT1_WU          0b00100000
 #define LIS2DW_CTRL4_INT1_FF          0b00010000
-#define LIS2DW_CTRL4_INT1_TAP         0b00001000
+#define LIS2DW_CTRL4_INT1_DOUBLE_TAP  0b00001000
 #define LIS2DW_CTRL4_INT1_DIFF5       0b00000100
 #define LIS2DW_CTRL4_INT1_FTH         0b00000010
 #define LIS2DW_CTRL4_INT1_DRDY        0b00000001