From 1dc52aa6f2ddaf7219f529753d60f79508b65d44 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 6 May 2025 18:57:16 +0200 Subject: [PATCH] checkmark to done todo --- interrupt/handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interrupt/handlers.h b/interrupt/handlers.h index caa5e93..7923e4b 100644 --- a/interrupt/handlers.h +++ b/interrupt/handlers.h @@ -65,7 +65,7 @@ extern "C" { // disable C++ name mangling for asm function * On keyboard interrupt, the register state is saved to and restored from the * stack. This function wraps the handle_keyboard C-function. * - * \todo(12) Implement in assembly + * \todo Implement in assembly */ [[gnu::interrupt]] void handle_keyboard_asm(InterruptContext *context);