Skip to content

Commit 9275ca9

Browse files
committed
Add doc to PROVIDE.
1 parent 67f67f0 commit 9275ca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

riscv-rt/link.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ PROVIDE(ExceptionHandler = DefaultExceptionHandler);
2222
then the function this points to will be called before the RAM is initialized. */
2323
PROVIDE(__pre_init = default_pre_init);
2424

25+
/* A PAC/HAL defined routine that should initialize custom interrupt controller if needed. */
2526
PROVIDE(_setup_interrupts = default_setup_interrupts);
2627

2728
/* # Multi-processing hook function

0 commit comments

Comments
 (0)