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 1
1
/*
2
- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2
+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -865,4 +865,4 @@ void USBEndpointTester::start_ep_in_abort_test()
865
865
write_start (_endpoints[EP_INT_IN], _endpoint_buffs[EP_INT_IN], (*_endpoint_configs)[EP_INT_IN].max_packet );
866
866
}
867
867
#endif
868
- #endif // USB_DEVICE_TESTS
868
+ #endif // USB_DEVICE_TESTS
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2
+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -707,4 +707,4 @@ void USBTester::epbulk_out_callback()
707
707
read_start (bulk_out, bulk_buf, sizeof (bulk_buf));
708
708
}
709
709
#endif
710
- #endif // USB_DEVICE_TESTS
710
+ #endif // USB_DEVICE_TESTS
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018-2018 , ARM Limited, All Rights Reserved
2
+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -670,4 +670,4 @@ int main()
670
670
671
671
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
672
672
#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 1
1
/*
2
- * Copyright (c) 2018-2019 , ARM Limited, All Rights Reserved
2
+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -394,4 +394,4 @@ int main()
394
394
395
395
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
396
396
#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 1
1
/*
2
- * Copyright (c) 2019, Arm Limited and affiliates.
2
+ * Copyright (c) 2019-2020 , Arm Limited and affiliates.
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018-2019 , ARM Limited, All Rights Reserved
2
+ * Copyright (c) 2018-2020 , ARM Limited, All Rights Reserved
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -858,4 +858,4 @@ int main()
858
858
859
859
#endif // !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
860
860
#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