Renamed "interrupts.hpp" to "ints.hpp"

This commit is contained in:
Alex
2023-02-28 12:58:09 +02:00
parent 65dfa325e9
commit 75883030ad
19 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
#include "../../crashhandler.hpp"
#include "../chfcts.hpp"
#include <interrupts.hpp>
#include <ints.hpp>
#include <display.hpp>
#include <printf.h>
#include <debug.h>