diff options
| author | hathach <[email protected]> | 2019-11-04 00:10:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-04 00:11:23 +0700 |
| commit | e2b6f8c92bdf04036b4269d77f561869cf4da9fe (patch) | |
| tree | b8987fe4c00b57252aa40f0a0c3ed761a0ced3cd | |
| parent | 4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (diff) | |
clean up
| -rw-r--r-- | test/test/device/usbd/test_usbd.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test/device/usbd/test_usbd.c b/test/test/device/usbd/test_usbd.c index d4b3f806b..19717d876 100644 --- a/test/test/device/usbd/test_usbd.c +++ b/test/test/device/usbd/test_usbd.c @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2019 hathach for Adafruit Industries + * Copyright (c) 2019, hathach (tinyusb.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -20,8 +20,11 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * This file is part of the TinyUSB stack. */ + #include "unity.h" // Files to test |
