Refactor Timer::OnInterruptReceived method signature

This commit is contained in:
EnderIce2 2024-02-23 05:31:49 +02:00
parent fc4cc5d189
commit 578b8f74da
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -398,7 +398,7 @@ namespace APIC
APIC::~APIC() {}
void Timer::OnInterruptReceived(CPU::TrapFrame *Frame) { UNUSED(Frame); }
void Timer::OnInterruptReceived(CPU::TrapFrame *) {}
void Timer::OneShot(uint32_t Vector, uint64_t Miliseconds)
{