Skip to content
Snippets Groups Projects
Commit 9294351a authored by cnlohr's avatar cnlohr
Browse files

Oops forgot to commit file

parent 63e83274
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ extern volatile uint8_t USBFS_Endp_Busy[ ];
#define USBFSD_UEP_BUF( N ) ((uint8_t *)(*((volatile uint32_t *)( USBFSD_UEP_DMA_BASE + N * 0x04 ))) + 0x20000000)
#define USBFSD_UEP_TLEN( N ) (*((volatile uint16_t *)( USBFSD_UEP_LEN_BASE + N * 0x04 )))
#define pUSBFS_SetupReqPak ((PUSB_SETUP_REQ)USBFS_EP0_4Buf)
/* R8_UEPn_TX_CTRL */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment