Skip to content

Commit ac6d4c5

Browse files
authored
Merge pull request #294 from adafruit/update-tinyusb-2afef458be5ddea97d286f5dd8d3925c4846ee6e
update tinyusb core for Serial Host driver for ftdi/cp210x/ch9102f
2 parents 47fd7f1 + d62f7ef commit ac6d4c5

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)