Skip to content

Commit d62f7ef

Browse files
committed
update tinyusb core to hathach/tinyusb@2afef45
1 parent 47fd7f1 commit d62f7ef

File tree

6 files changed

+613
-102
lines changed

6 files changed

+613
-102
lines changed

src/class/cdc/cdc_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ typedef struct
5353

5454
/*------------- From this point, data is not cleared by bus reset -------------*/
5555
char wanted_char;
56-
cdc_line_coding_t line_coding;
56+
TU_ATTR_ALIGNED(4) cdc_line_coding_t line_coding;
5757

5858
// FIFO
5959
tu_fifo_t rx_ff;

0 commit comments

Comments
 (0)