Add led support for mercuryio.dll

This commit is contained in:
2022-07-31 18:11:24 +00:00
committed by Hay1tsme
parent 799f6f889d
commit 729a7ec280
11 changed files with 61 additions and 0 deletions

View File

@ -27,6 +27,9 @@ const struct dll_bind_sym mercury_dll_syms[] = {
}, {
.sym = "mercury_io_touch_start",
.off = offsetof(struct mercury_dll, touch_start),
}, {
.sym = "mercury_io_touch_set_leds",
.off = offsetof(struct mercury_dll, set_leds),
}
};