feature: start to implements isrs

This commit is contained in:
2024-10-01 20:24:33 +02:00
parent 5fe4d12c12
commit 64a3f6ee0d
6 changed files with 167 additions and 5 deletions

3
headers/interrupts.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void exception_handler(void);