diff options
| author | hathach <[email protected]> | 2020-09-05 15:45:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-05 15:46:50 +0700 |
| commit | b8b95e84944b4c07cc9c9f4a7e4d53e6256b42f0 (patch) | |
| tree | 15762a43bbc74bc5b28e22a1a027f7b7a7b6712d /src/device | |
| parent | 90c8c14652ec81b34c9f2fa6ce69fa25d74a5bbf (diff) | |
add in_isr to all hcd event functions
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 776f782b8..a5c485f9e 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -140,7 +140,7 @@ void dcd_edpt_stall (uint8_t rhport, uint8_t ep_addr); void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr); //--------------------------------------------------------------------+ -// Event API (Implemented by device stack) +// Event API (implemented by stack) //--------------------------------------------------------------------+ // Called by DCD to notify device stack |
