Fixed com port config and added led hook

This commit is contained in:
2024-08-21 11:39:54 +02:00
parent e6fd5e0583
commit bf00108224
7 changed files with 90 additions and 8 deletions

View File

@ -3,6 +3,7 @@
#include <stddef.h>
#include "board/config.h"
#include "board/led15093.h"
#include "hooklib/dvd.h"
#include "hooklib/touch.h"
@ -19,6 +20,7 @@ struct apm3_hook_config {
struct aime_config aime;
struct dvd_config dvd;
struct io4_config io4;
struct led15093_config led15093;
struct vfd_config vfd;
struct apm3_dll_config dll;
struct touch_screen_config touch;