patterns/usb: Fixed duplicate variable declaration

This commit is contained in:
WerWolv
2023-03-13 11:35:09 +01:00
parent 146273b1b3
commit 82ca79c166

View File

@@ -143,7 +143,6 @@ struct DeviceDescriptor {
u8 bDeviceSubClass;
} else {
u8 bDeviceSubClass;
u8 bDeviceSubClass;
}
};