mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/efm32: add number of EPs provided by USB OTG peripheral
This commit is contained in:
parent
dc9b3094dc
commit
a235442b2b
@ -682,6 +682,13 @@ typedef struct {
|
||||
#define WDT_HAS_STOP (1U)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name USB device definitions
|
||||
* @{
|
||||
*/
|
||||
#define USBDEV_NUM_ENDPOINTS 7 /**< Number of USB OTG FS endpoints including EP0 */
|
||||
/** @} */
|
||||
|
||||
/* GPIO_LL's overrides */
|
||||
#ifndef DOXYGEN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user