Browse Source

Add doc to PROVIDE.

Karol Harasim 4 years ago
parent
commit
9275ca97b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      riscv-rt/link.x

+ 1 - 0
riscv-rt/link.x

@@ -22,6 +22,7 @@ PROVIDE(ExceptionHandler = DefaultExceptionHandler);
    then the function this points to will be called before the RAM is initialized. */
 PROVIDE(__pre_init = default_pre_init);
 
+/* A PAC/HAL defined routine that should initialize custom interrupt controller if needed. */
 PROVIDE(_setup_interrupts = default_setup_interrupts);
 
 /* # Multi-processing hook function