Explorar o código

Add doc to PROVIDE.

Karol Harasim %!s(int64=4) %!d(string=hai) anos
pai
achega
9275ca97b5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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