fix(ds5): use 4096.0f as SPEC_DELTA_TIME
This commit is contained in:
parent
e2a0dcc2ab
commit
a5c6194686
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#define DS_OUTPUT_VALID_FLAG2_COMPATIBLE_VIBRATION2 0x04
|
||||
#define DS_OUTPUT_VALID_FLAG0_COMPATIBLE_VIBRATION 0x01
|
||||
|
||||
#define DS5_SPEC_DELTA_TIME 188.0f
|
||||
#define DS5_SPEC_DELTA_TIME 4096.0f
|
||||
|
||||
static const char* path = "/dev/uhid";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue