enable interrupts for each core

This commit is contained in:
Simon
2025-05-06 19:09:42 +02:00
parent 1dc52aa6f2
commit f8942434df
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ void config(uint8_t slot, Core::Interrupt::Vector vector,
* To fully enable interrupt handling, the interrupts must be enabled for every
* CPU (e.g., by calling
* \ref Core::Interrupt::enable() in main).
* \todo(12) Do that somewhere appropriate.
* \todo Do that somewhere appropriate.
*
* \param slot Number of the external interrupt that should be enabled.
*