mpu401: Extend MPU401_QUEUE to 1024 bytes

Allows SysEx messages larger than 64 bytes to be received correctly
This commit is contained in:
Cacodemon345
2023-03-07 15:57:33 +06:00
parent a4ff1f72c8
commit fa07ae5891

View File

@@ -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