From d9bcf00f69313b6dd42346d6af340a1a9874ba9f Mon Sep 17 00:00:00 2001 From: Marcus Müller Date: Mon, 16 Jan 2017 15:54:57 +0100 Subject: made FX2 EEPROMS and firmware build with modern SDCC 3.6 --- firmware/fx2/common/usb_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/fx2/common/usb_common.h') 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. -- cgit v1.2.3