1
0
Fork 0

arm_atsam: temporarily lower raw HID endpoint/report size (#11554)

This commit is contained in:
Ryan 2021-01-15 14:11:04 +11:00 committed by GitHub
parent f1b06d0ae7
commit f519a9908e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KEYBOARD_EPSIZE 8
#define MOUSE_EPSIZE 8
#define EXTRAKEY_EPSIZE 8
#define RAW_EPSIZE 64
#define RAW_EPSIZE 32
#define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 32
#define MIDI_STREAM_EPSIZE 64