fix: changed phyisical timer to virtual timer

This commit is contained in:
karina
2026-04-29 08:56:34 +04:00
parent 7fcb50587e
commit 8d675abae9
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <Types.h>
static const UInt64 kTimerFrequency = 1000; // 1ms
static const UInt8 kTimerIRQ = 30;
static const UInt8 kTimerIRQ = 27;
void TimerInitialize();
void TimerReset(UInt64 interval);