Skip to content

Commit 1d60703

Browse files
committed
Ensure linker switches are set in test GPR files for nrf54l_app runtime
1 parent 20bd973 commit 1d60703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/support/target_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def requires_linker_switches(self) -> bool:
102102
"stm32f0xx",
103103
"rp2040",
104104
"rp2350",
105-
"nrf54l",
105+
"nrf54l_app",
106106
]
107107

108108
@property

0 commit comments

Comments
 (0)