kernel/uart: Refactor code

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2024-12-23 03:52:26 +02:00
parent 0807ea5a9a
commit 81af8a48cb
10 changed files with 102 additions and 249 deletions

View File

@ -27,8 +27,6 @@ TODO: This code is a mess. It needs to be cleaned up.
#include <printf.h>
#include <lock.hpp>
using namespace UniversalAsynchronousReceiverTransmitter;
NewLock(netdbg_lock);
namespace NetDbg