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

@ -18,6 +18,12 @@ const struct dll_bind_sym apm3_dll_syms[] = {
}, {
.sym = "apm3_io_get_opbtns",
.off = offsetof(struct apm3_dll, get_opbtns),
}, {
.sym = "apm3_io_led_init",
.off = offsetof(struct apm3_dll, led_init),
}, {
.sym = "apm3_io_led_set_colors",
.off = offsetof(struct apm3_dll, led_set_leds),
}
};