diff options
| author | hathach <[email protected]> | 2018-11-16 22:00:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-16 22:00:16 +0700 |
| commit | 7219ef8ed62f668a5313aba1a14fd342ce262750 (patch) | |
| tree | 46904b53becc2f42eb36a0e2c0342054630c96c2 /src | |
| parent | 1640e7590ef1f7883e4474b228a08144879780cd (diff) | |
rename control.c to usbd_control
Diffstat (limited to 'src')
| -rw-r--r-- | src/device/usbd_control.c (renamed from src/device/control.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/control.c b/src/device/usbd_control.c index 8a6c9339d..ee60e3c87 100644 --- a/src/device/control.c +++ b/src/device/usbd_control.c @@ -1,6 +1,6 @@ /**************************************************************************/
/*!
- @file usbd.c
+ @file usbd_control.c
@author hathach (tinyusb.org)
@section LICENSE
|
