Update to main to removed proprocessor error

This commit is contained in:
Ross Owen
2012-08-30 14:38:13 +01:00
parent 99cdee6e2b
commit c5698ae94b
2 changed files with 0 additions and 6 deletions

View File

@@ -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 */