Skip to content

Commit c44d775

Browse files
nordic-babunordic-piks
authored andcommitted
tests: zephyr: fix GH actions issues
Fixed few too long comments detected by GH Action job. Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
1 parent 800c218 commit c44d775

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

tests/zephyr/boards/nrf/i2c/i2c_slave/boards/nrf54lc10dk_nrf54lc10a_cpuapp.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Two loopbacks are required (nRF54LC10 DK: avoid P1.8 — button2 / GRTC fast clock; P1.9 — button1):
2+
* Two loopbacks are required
3+
* (nRF54LC10 DK: avoid P1.8 — button2 / GRTC fast clock; P1.9 — button1):
34
* P1.11 - P1.13 (SDA)
45
* P1.12 - P1.14 (SCL)
56
*/

tests/zephyr/drivers/timer/nrf_grtc_timer/boards/nrf54lc10dk_nrf54lc10a_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/* Aligned with zephyr/tests/drivers/timer/nrf_grtc_timer/boards/nrf54l15dk_nrf54l15_cpuapp.overlay */
7+
/* Aligned with nrf54l15dk_nrf54l15_cpuapp.overlay */
88

99
&grtc {
1010
interrupts = <228 2>;

tests/zephyr/drivers/timer/nrf_grtc_timer/boards/nrf54lc10dk_nrf54lc10a_cpuflpr.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/* Aligned with zephyr/tests/drivers/timer/nrf_grtc_timer/boards/nrf54l15dk_nrf54l15_cpuflpr.overlay */
7+
/* Aligned with nrf54l15dk_nrf54l15_cpuflpr.overlay */
88

99
&grtc {
1010
/*interrupts = <226 2>;*/

0 commit comments

Comments
 (0)