aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/haptic/haptic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/haptic/haptic.h b/drivers/haptic/haptic.h
index 5d3bd1c31..9223ad1c8 100644
--- a/drivers/haptic/haptic.h
+++ b/drivers/haptic/haptic.h
@@ -41,7 +41,7 @@ typedef union {
41 uint8_t dwell : 7; 41 uint8_t dwell : 7;
42 bool cont : 1; 42 bool cont : 1;
43 uint8_t amplitude : 8; 43 uint8_t amplitude : 8;
44 uint16_t reserved : 7; 44 uint8_t reserved : 5;
45 }; 45 };
46} haptic_config_t; 46} haptic_config_t;
47 47