house keeping

add some more logic for enum task
This commit is contained in:
hathach
2013-02-01 14:21:22 +07:00
parent 7fc3e4f8fe
commit a25da9d3ee
5 changed files with 37 additions and 14 deletions

View File

@@ -136,7 +136,7 @@ typedef enum {
typedef uint32_t tusb_handle_device_t;
typedef struct {
typedef struct ATTR_ALIGNED(4){
uint8_t core_id;
uint8_t hub_address;
uint8_t hub_port;