Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Add doc to PROVIDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
khrs committed Jun 2, 2020
1 parent aaa7a79 commit 2d05df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions link.x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d05df6

Please sign in to comment.