chore: general cleanup in code (removed unused includes and cosmetic stuff

This commit is contained in:
karina
2026-05-02 22:43:32 +04:00
parent b519e69fbd
commit 272b9c8998
10 changed files with 12 additions and 14 deletions
+4 -2
View File
@@ -2,8 +2,10 @@
#include <Types.h>
#include <Arch/Exceptions.h>
static const UInt64 kTimerFrequency = 1000; // 1ms
static const UInt8 kTimerIRQ = 27;
enum {
kTimerFrequency = 1000, // 1ms
kTimerIRQ = 27,
};
void TimerInitialize();
void TimerReset(UInt64 interval);