From e9500c1b40cdcf42a025613b7b15bbd7f19b159d Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 10 May 2025 15:37:56 +0200 Subject: [PATCH] capitalization --- arch/core_interrupt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/core_interrupt.h b/arch/core_interrupt.h index 5ab26ab..b3a9ec6 100644 --- a/arch/core_interrupt.h +++ b/arch/core_interrupt.h @@ -67,7 +67,7 @@ enum Vector { SECURITY_EXCEPTION = 31, // Interrupts - Keyboard=32, + KEYBOARD=32, PANIC=33 }; constexpr size_t VECTORS = 256;