diff --git a/test/testevdev.c b/test/testevdev.c index 7c98d823dd..d7fad4f32e 100644 --- a/test/testevdev.c +++ b/test/testevdev.c @@ -194,9 +194,9 @@ static unsigned char ps3_hid_report_descriptor[] = 0xc0, 0xa1, 0x02, 0x85, 0xee, 0x75, 0x08, 0x95, 0x30, 0x09, 0x01, 0xb1, 0x02, 0xc0, 0xa1, 0x02, 0x85, 0xef, 0x75, 0x08, 0x95, 0x30, 0x09, 0x01, - 0xb1, 0x02, 0xc0, 0xc0, 0x00, + 0xb1, 0x02, 0xc0, 0xc0, }; -SDL_COMPILE_TIME_ASSERT (ps3, sizeof (ps3_hid_report_descriptor) == 149); +SDL_COMPILE_TIME_ASSERT (ps3, sizeof (ps3_hid_report_descriptor) == 148); /* Same for Steam Deck LCD (jupiter) and OLED (galileo) */ static unsigned char steam_deck_mouse_hid_report_descriptor[] =