diff --git a/sys/include/usb/usbus.h b/sys/include/usb/usbus.h index 24d439a48e..fbbef5c7f1 100644 --- a/sys/include/usb/usbus.h +++ b/sys/include/usb/usbus.h @@ -40,6 +40,11 @@ extern "C" { #endif +/** + * @defgroup usb_usbus_conf USBUS compile time configurations + * @ingroup usb_conf + * @{ + */ /** * @brief USBUS thread stack size */ @@ -54,11 +59,6 @@ extern "C" { #define USBUS_PRIO (THREAD_PRIORITY_MAIN - 6) #endif -/** - * @brief USBUS thread name - */ -#define USBUS_TNAME "usbus" - /** * @brief USBUS auto attach setting * @@ -80,6 +80,12 @@ extern "C" { #ifndef USBUS_EP0_SIZE #define USBUS_EP0_SIZE 64 #endif +/** @} */ + +/** + * @brief USBUS thread name + */ +#define USBUS_TNAME "usbus" /** * @name USBUS thread flags