File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -865,4 +865,4 @@ void USBEndpointTester::start_ep_in_abort_test()
865865 write_start (_endpoints[EP_INT_IN], _endpoint_buffs[EP_INT_IN], (*_endpoint_configs)[EP_INT_IN].max_packet );
866866}
867867#endif
868- #endif // USB_DEVICE_TESTS
868+ #endif // USB_DEVICE_TESTS
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -707,4 +707,4 @@ void USBTester::epbulk_out_callback()
707707 read_start (bulk_out, bulk_buf, sizeof (bulk_buf));
708708}
709709#endif
710- #endif // USB_DEVICE_TESTS
710+ #endif // USB_DEVICE_TESTS
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -670,4 +670,4 @@ int main()
670670
671671#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
672672#endif // !defined(MBED_CONF_RTOS_PRESENT)
673- #endif // !defined(MBED_CONF_RTOS_PRESENT )
673+ #endif // !defined(USB_DEVICE_TESTS )
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018-2019 , ARM Limited, All Rights Reserved
2+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -394,4 +394,4 @@ int main()
394394
395395#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
396396#endif // !defined(MBED_CONF_RTOS_PRESENT)
397- #endif // !defined(USB_DEVICE_TESTS)
397+ #endif // !defined(USB_DEVICE_TESTS)
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2019, Arm Limited and affiliates.
2+ * Copyright (c) 2019-2020 , Arm Limited and affiliates.
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018-2019 , ARM Limited, All Rights Reserved
2+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -858,4 +858,4 @@ int main()
858858
859859#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
860860#endif // !defined(MBED_CONF_RTOS_PRESENT)
861- #endif // !defined(USB_DEVICE_TESTS)
861+ #endif // !defined(USB_DEVICE_TESTS)
You can’t perform that action at this time.
0 commit comments