mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/gd32v: add number of EPs provided by USB OTG peripheral
This commit is contained in:
parent
a235442b2b
commit
170ec09bc7
@ -458,6 +458,13 @@ typedef struct {
|
||||
#define RTT_MIN_FREQUENCY (1U) /**< minimum RTT frequency in Hz */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name USB device definitions
|
||||
* @{
|
||||
*/
|
||||
#define USBDEV_NUM_ENDPOINTS 4 /**< Number of USB OTG FS endpoints including EP0 */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Enable the given peripheral clock
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user