Skip to content

Commit 828a25b

Browse files
committed
Fix CDC for CW340, bump version
1 parent f6755a7 commit 828a25b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

microfw/CW310/src/CW340.bin

664 Bytes
Binary file not shown.

microfw/CW310/src/config/conf_usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extern char usb_serial_number[33];
8383
#define USB_DEVICE_HS_SUPPORT
8484

8585
#define FW_VER_MAJOR 1
86-
#define FW_VER_MINOR 1
86+
#define FW_VER_MINOR 2
8787
#define FW_VER_DEBUG 0
8888
//@}
8989
/**

microfw/CW310/src/main_cw340.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ int main(void)
282282
WDT->WDT_MR = (1 << 25); //disable watchdog
283283

284284
// unlock I2C
285-
I2C_LOCK = 0;
285+
// I2C_LOCK = 0;
286286

287287
//Convert serial number to ASCII for USB Serial number
288288
uint32_t serial_number[4];

0 commit comments

Comments
 (0)