Skip to content

Commit

Permalink
Update firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfengling committed Dec 7, 2015
1 parent c2a0e01 commit 23c6e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/auc/code/src/cdc_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typedef struct __HID_I2C_CTRL_T {
uint32_t unconn_cnt; /*!< unconnected time. */
} CDC_I2C_CTRL_T;

static const char *g_fwVersion = "AUC-20141122";
static const char *g_fwVersion = "AUC-20151208";

/*****************************************************************************
* Public types/enumerations/variables
Expand Down

0 comments on commit 23c6e73

Please sign in to comment.