Reduce memory waste

This commit is contained in:
Raphael Assenat 2015-10-26 23:34:18 -04:00
parent e44dac734f
commit df629e9d28
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ static unsigned char _FFB_effect_index;
#define LOOP_MAX 0xFFFF
static unsigned int _loop_count;
static unsigned char gamepad_report0[32];
static unsigned char hid_report_data[32];
static unsigned char gamepad_report0[REPORT_SIZE];
static unsigned char hid_report_data[8]; // Used for force feedback
void usbpad_init()
{