From b5828692080d87255f5b12424cc205654f0240b2 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Wed, 8 Aug 2012 18:10:53 +0200 Subject: Added enum DEVICE_COUNT and IMAGE_COUNT, Added function device_to_long_string --- src/usb_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb_device.h') diff --git a/src/usb_device.h b/src/usb_device.h index 078ff52..ec4f967 100644 --- a/src/usb_device.h +++ b/src/usb_device.h @@ -36,7 +36,7 @@ struct usb_flash_device { int alternate; int configuration; enum usb_flash_protocol protocol; - enum device devices[10]; + enum device devices[DEVICE_COUNT]; }; struct usb_device_info { -- cgit v1.2.3