diff options
| author | hathach <[email protected]> | 2020-09-03 13:12:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-03 13:12:25 +0700 |
| commit | 1d83ad0ebb6c263736b0dadec80c9406563a5199 (patch) | |
| tree | f42336461c5bb35fea544d01357148b49fb7e348 /src/device | |
| parent | 1cee2da7b920288202f651a4b970e50e05b8786f (diff) | |
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index a4635346b..776f782b8 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -87,9 +87,9 @@ typedef struct TU_ATTR_ALIGNED(4) //TU_VERIFY_STATIC(sizeof(dcd_event_t) <= 12, "size is not correct"); -/*------------------------------------------------------------------*/ -/* Device API - *------------------------------------------------------------------*/ +//--------------------------------------------------------------------+ +// Controller API +//--------------------------------------------------------------------+ // Initialize controller to device mode void dcd_init (uint8_t rhport); |
