Skip to content

Commit 6148ac9

Browse files
nashifgalak
authored andcommitted
boards: max10: fix function name in debug section
_Cstart was renamed, fix the docs to reflect that. Signed-off-by: Anas Nashif <[email protected]>
1 parent dde1a21 commit 6148ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nios2/altera_max10/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You will see output similar to the following:
235235
63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));
236236
(gdb) b _PrepC
237237
Breakpoint 1 at 0xdf0: file /projects/zephyr/arch/nios2/core/prep_c.c, line 36.
238-
(gdb) b _Cstart
238+
(gdb) b z_cstart
239239
Breakpoint 2 at 0x1254: file /projects/zephyr/kernel/init.c, line 348.
240240
(gdb) c
241241
Continuing.

0 commit comments

Comments
 (0)