Skip to content

Commit

Permalink
Oops forgot to commit file
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Apr 20, 2024
1 parent 63e8327 commit 9294351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples_x035/usbdevice.incomplete/fsusb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9294351

Please sign in to comment.