Skip to content

Commit 9b608cd

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 fa979b4 commit 9b608cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

subsys/usb/host/usbh_data.ld

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <zephyr/linker/iterable_sections.h>
28

39
ITERABLE_SECTION_RAM(usbh_context, Z_LINK_ITERABLE_SUBALIGN)

0 commit comments

Comments
 (0)