diff options
| author | Ha Thach <[email protected]> | 2026-05-05 15:08:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-05 15:08:41 +0700 |
| commit | 9b1b781c3efb778d7e631d41e44d36c8ee435906 (patch) | |
| tree | b1dda2c88b03c5f5d9bfb1f0db82793dbf9b64ce /src/class/printer/printer_device.c | |
| parent | 3170fa0bf2667c4cc8e5a22944c15686c681654e (diff) | |
| parent | 076fd79b4c16b7435060585c0337bc69133e073f (diff) | |
Merge pull request #3627 from hathach/merge-usbd-control
Refactor USB control transfer handling into `usbd.c`
Diffstat (limited to 'src/class/printer/printer_device.c')
| -rw-r--r-- | src/class/printer/printer_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/class/printer/printer_device.c b/src/class/printer/printer_device.c index d2dc9b163..158455fc9 100644 --- a/src/class/printer/printer_device.c +++ b/src/class/printer/printer_device.c @@ -41,7 +41,6 @@ typedef struct { uint8_t itf_num; /*------------- From this point, data is not cleared by bus reset -------------*/ - tu_edpt_stream_t rx_stream; tu_edpt_stream_t tx_stream; |
