clean up warnings here and there

This commit is contained in:
hathach
2013-10-02 14:20:05 +07:00
parent 1263dbb122
commit 6f9172c15f
13 changed files with 56 additions and 58 deletions

View File

@@ -55,8 +55,8 @@
#endif
typedef enum {
CDC_PIPE_ERROR,
CDC_PIPE_NOTIFICATION = 1,
CDC_PIPE_ERROR = 0,
CDC_PIPE_NOTIFICATION,
CDC_PIPE_DATA_IN,
CDC_PIPE_DATA_OUT
}cdc_pipeid_t;