Fix build
This commit is contained in:
parent
4cd63c20f4
commit
f5fc1fb24e
|
@ -144,10 +144,6 @@ static void* hidpad_ps4_init(void *data, uint32_t slot, hid_driver_t *driver)
|
|||
device->connection = connection;
|
||||
device->driver = driver;
|
||||
device->slot = slot;
|
||||
driver->motors[0] = 0;
|
||||
driver->motors[1] = 0;
|
||||
driver->data = 0;
|
||||
driver->have_led = false;
|
||||
|
||||
#if 0
|
||||
/* TODO - unsure of this */
|
||||
|
|
Loading…
Reference in New Issue