diff options
| author | hathach <[email protected]> | 2019-11-04 00:10:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-04 00:10:46 +0700 |
| commit | 66ce39368e0f4bba366956d3b0cd7a9ef87168b8 (patch) | |
| tree | ff9f8d1dc830f25f509a01eecdf4e3521fd6a6fc | |
| parent | b6ee180b66064504d743b3ef29f0127dbadd4cec (diff) | |
clean up
| -rw-r--r-- | test/test/device/msc/test_msc_device.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test/device/msc/test_msc_device.c b/test/test/device/msc/test_msc_device.c index 2eb58962b..5003ac839 100644 --- a/test/test/device/msc/test_msc_device.c +++ b/test/test/device/msc/test_msc_device.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 |
