fix: no more random reboot
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void exception_handler(void);
|
||||
void pic_send_eoi(uint8_t irq);
|
||||
|
Reference in New Issue
Block a user