Skip to content

Commit 010638b

Browse files
author
Josuah Demangeon
committed
usb: host: add copyright notice to linker script
Add missing copyright notice for the linker script to help with check_compliance.py. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 16b61db commit 010638b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/usb/host/usbh_data.ld

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#include <zephyr/linker/iterable_sections.h>
27

38
ITERABLE_SECTION_RAM(usbh_context, Z_LINK_ITERABLE_SUBALIGN)

0 commit comments

Comments
 (0)