refractor move test enum to its own file
add assert with handler add task assert with error catcher
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "descriptor_test.h"
|
||||
|
||||
TUSB_CFG_ATTR_USBRAM ATTR_ALIGNED(4)
|
||||
tusb_descriptor_device_t desc_device =
|
||||
tusb_descriptor_device_t const desc_device =
|
||||
{
|
||||
.bLength = sizeof(tusb_descriptor_device_t),
|
||||
.bDescriptorType = TUSB_DESC_DEVICE,
|
||||
|
||||
Reference in New Issue
Block a user