|
|
@@ -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
|