Merge pull request #3181 from Cacodemon345/mpu401-queue-fix
mpu401: Extend MPU401_QUEUE to 1024 bytes
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#define MPU401_VERSION 0x15
|
||||
#define MPU401_REVISION 0x01
|
||||
#define MPU401_QUEUE 64
|
||||
#define MPU401_QUEUE 1024
|
||||
#define MPU401_INPUT_QUEUE 1024
|
||||
#define MPU401_TIMECONSTANT (60000000 / 1000.0f)
|
||||
#define MPU401_RESETBUSY 27.0f
|
||||
|
Reference in New Issue
Block a user