Merge branch 'main' of gitlab.ibr.cs.tu-bs.de:vss/teaching/ss25/v_bsb1/Gruppe_018

This commit is contained in:
Eggert Jung
2025-05-06 19:51:13 +02:00
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.
*