From 82ca79c1666b355bff40c812ea0d0d590e15087a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 13 Mar 2023 11:35:09 +0100 Subject: [PATCH] patterns/usb: Fixed duplicate variable declaration --- patterns/usb.hexpat | 1 - 1 file changed, 1 deletion(-) diff --git a/patterns/usb.hexpat b/patterns/usb.hexpat index 9e7982d..e7f0bfd 100644 --- a/patterns/usb.hexpat +++ b/patterns/usb.hexpat @@ -143,7 +143,6 @@ struct DeviceDescriptor { u8 bDeviceSubClass; } else { u8 bDeviceSubClass; - u8 bDeviceSubClass; } };