forked from TeamTofuShop/segatools
Fixed com port config and added led hook
This commit is contained in:
@ -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),
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user