浏览代码

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 4 年之前
父节点
当前提交
d0a3bca9ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/haptic/haptic.h

+ 1 - 1
drivers/haptic/haptic.h

@@ -41,7 +41,7 @@ typedef union {
         uint8_t  dwell : 7;
         bool     cont : 1;
         uint8_t  amplitude : 8;
-        uint16_t reserved : 7;
+        uint8_t reserved : 5;
     };
 } haptic_config_t;