diff options
| author | hathach <[email protected]> | 2022-04-28 18:00:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-28 18:00:30 +0700 |
| commit | 85dcb737749576d1c2946f3993b964c59974f38c (patch) | |
| tree | 70aa1ce5bee49ae687ca6bc45c524ca731c0d01c /src/device | |
| parent | a72d4e2462757d596bf35e0e805100a930111d6b (diff) | |
more clean up
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index e545e8056..1dd1a352e 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -1071,8 +1071,7 @@ static bool process_get_descriptor(uint8_t rhport, tusb_control_request_t const //--------------------------------------------------------------------+ // DCD Event Handler //--------------------------------------------------------------------+ -TU_ATTR_FAST_FUNC -void dcd_event_handler(dcd_event_t const * event, bool in_isr) +TU_ATTR_FAST_FUNC void dcd_event_handler(dcd_event_t const * event, bool in_isr) { switch (event->event_id) { |
