Use longer rtc interval

This commit is contained in:
Byron Lathi
2023-11-22 20:57:49 -08:00
parent 63d3b12636
commit 9ce5b7592f
2 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,9 @@
void handle_rtc_interrupt() {
cputs("In IRQ interrupt!\n");
// cputs("In IRQ interrupt!\n");
cputc('A');
send_eoi();
asm volatile ("rti");
}