diff options
| author | hathach <[email protected]> | 2026-05-04 11:19:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-05-04 12:11:03 +0700 |
| commit | 9d68ed65f7200f155f01416b332c5e9f2340a8b2 (patch) | |
| tree | 7b44e1b20af35b17eccbaec4b9b24d7c7b7f161d /src/class | |
| parent | a5e9ce5fbb300702d04c47c7c06436396912d3d6 (diff) | |
refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endpoint state handling methods and accesses
Diffstat (limited to 'src/class')
| -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; |
