From d7801e1d8d049dad2994609580cffd1608ee1026 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 26 Jul 2011 22:03:44 +0800 Subject: [PATCH] debug_ops should be char not unsigned --- usbboot/src/usb_boot_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbboot/src/usb_boot_defines.h b/usbboot/src/usb_boot_defines.h index 801419a..609a02a 100644 --- a/usbboot/src/usb_boot_defines.h +++ b/usbboot/src/usb_boot_defines.h @@ -107,7 +107,7 @@ struct fw_args { unsigned char is_busshare; /* debug args */ - unsigned char debug_ops; + char debug_ops; unsigned char pin_num; unsigned int start; unsigned int size;