diff --git a/cpu/efm32/include/periph_cpu.h b/cpu/efm32/include/periph_cpu.h index 0d809f30c3..b60018246d 100644 --- a/cpu/efm32/include/periph_cpu.h +++ b/cpu/efm32/include/periph_cpu.h @@ -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