mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
input/ff: modify FF_MAX to support 64-bit machine
Signed-off-by: fangpeina <fangpeina@xiaomi.com>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
#define FF_MAX_EFFECTS FF_GAIN
|
||||
|
||||
#define FF_MAX 0x1f
|
||||
#define FF_MAX 0x7f
|
||||
#define FF_CNT (FF_MAX + 1)
|
||||
|
||||
/* Values describing the status of a force-feedback effect. */
|
||||
|
||||
Reference in New Issue
Block a user