From 3dbc530b344cb621836edecc2e7c6e5fc70a6143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kala=C5=A1=20=28Floxen=29?= Date: Sun, 12 Jul 2026 12:16:25 +0200 Subject: [PATCH] =?UTF-8?q?Roz=C5=A1=C3=AD=C5=99en=20centr=C3=A1ln=C3=AD?= =?UTF-8?q?=20driver=20header=20o=20serial=20rozhran=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/drivers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drivers.h b/include/drivers.h index b1f1c2f..59a5f6b 100644 --- a/include/drivers.h +++ b/include/drivers.h @@ -14,6 +14,8 @@ #ifndef ASTER_DRIVERS_H #define ASTER_DRIVERS_H +#include "serial.h" + #define ASTER_KEY_F1 0x101 #define ASTER_KEY_F2 0x102 #define ASTER_KEY_UP 0x103