refractor move test enum to its own file

add assert with handler
add task assert with error catcher
This commit is contained in:
hathach
2013-02-06 12:03:01 +07:00
parent aeccdfde3f
commit e20025b54d
16 changed files with 591 additions and 725 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ typedef struct
unsigned char ConfigDescTermination;
} app_configuration_desc_t;
extern tusb_descriptor_device_t desc_device;
extern tusb_descriptor_device_t const desc_device;
extern app_configuration_desc_t const desc_configuration;
#ifdef __cplusplus
}