formatting and make events const

This commit is contained in:
nub31
2025-08-29 15:30:30 +02:00
parent 9c1b4a2c94
commit 827d27e3e3
7 changed files with 67 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
#include "vga.h"
#include <stdbool.h>
void keyboard_handler(keyboard_event_t* event)
void keyboard_handler(const keyboard_event_t* event)
{
if (event->pressed)
{