Skip to content

Commit

Permalink
- Update usbgecko/main.c file_handle struct
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Dec 11, 2018
1 parent becfe92 commit 450a307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pc/usbgecko/main.c
Expand Up @@ -48,6 +48,7 @@ typedef struct {
FILE *fp; // file pointer
int32_t metaptr; // not used in usbgecko server side
uint8_t other[128]; // not used in usbgecko server side
uint32_t uiObj; // not used
} file_handle;

typedef struct {
Expand Down

0 comments on commit 450a307

Please sign in to comment.