diff options
| author | hathach <[email protected]> | 2022-12-04 18:51:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-04 19:44:01 +0700 |
| commit | 43b255f413e08b9e567a23b24701efbdaebcb824 (patch) | |
| tree | 09b1e0e015e98c24a9deea490484142f6e013384 /src/class/usbtmc | |
| parent | 6a2cf6728906aa61b44ecfe43b4ceef287b29bf8 (diff) | |
more typos
Diffstat (limited to 'src/class/usbtmc')
| -rw-r--r-- | src/class/usbtmc/usbtmc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/usbtmc/usbtmc_device.c b/src/class/usbtmc/usbtmc_device.c index af4a92732..0f6d3f60d 100644 --- a/src/class/usbtmc/usbtmc_device.c +++ b/src/class/usbtmc/usbtmc_device.c @@ -599,7 +599,7 @@ bool usbtmcd_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_request // At this point, a transfer MAY be in progress. Based on USB spec, when clearing bulk EP HALT, // the EP transfer buffer needs to be cleared and DTOG needs to be reset, even if - // the EP is not halted. The only USBD API interface to do this is to stall and then unstall the EP. + // the EP is not halted. The only USBD API interface to do this is to stall and then un-stall the EP. if(ep_addr == usbtmc_state.ep_bulk_out) { criticalEnter(); |
