diff options
Diffstat (limited to 'firmware/fx2/common/usb_common.h')
-rw-r--r-- | firmware/fx2/common/usb_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/common/usb_common.h b/firmware/fx2/common/usb_common.h index ae07b236c..2fbab6d98 100644 --- a/firmware/fx2/common/usb_common.h +++ b/firmware/fx2/common/usb_common.h @@ -23,7 +23,7 @@ #ifndef _USB_COMMON_H_ #define _USB_COMMON_H_ -extern volatile bit _usb_got_SUDAV; +extern volatile __bit _usb_got_SUDAV; // Provided by user application to handle VENDOR commands. // returns non-zero if it handled the command. |