forked from PAWPAW-Mirror/lib_xua
Update to main to removed proprocessor error
This commit is contained in:
@@ -109,8 +109,6 @@ on stdcore[0] : clock clk_mst_spd = XS1_CLKBLK_1;
|
||||
#ifdef ARCH_L
|
||||
#ifdef PORT_USB_RESET
|
||||
on stdcore[0] : out port p_usb_rst = PORT_USB_RESET;
|
||||
#else
|
||||
#error Need a USB Reset port for L series
|
||||
#endif
|
||||
/* L Series also needs a clock for this port */
|
||||
clock clk = XS1_CLKBLK_4;
|
||||
@@ -120,7 +118,6 @@ clock clk = XS1_CLKBLK_4;
|
||||
#define clk null
|
||||
#endif
|
||||
|
||||
|
||||
/* Endpoint type tables for XUD */
|
||||
XUD_EpType epTypeTableOut[NUM_EP_OUT] = { XUD_EPTYPE_CTL | XUD_STATUS_ENABLE,
|
||||
XUD_EPTYPE_ISO, /* Audio */
|
||||
|
||||
Reference in New Issue
Block a user