LED board done

This commit is contained in:
Hay1tsme
2022-01-04 00:10:46 -05:00
parent cc0f8dc595
commit 8702cc9e99
7 changed files with 17 additions and 162 deletions

View File

@ -22,8 +22,8 @@ const struct dll_bind_sym mercury_dll_syms[] = {
.sym = "mercury_io_get_gamebtns",
.off = offsetof(struct mercury_dll, get_gamebtns),
}, {
.sym = "mercury_io_elisabeth_init",
.off = offsetof(struct mercury_dll, elisabeth_init),
.sym = "mercury_io_touch_init",
.off = offsetof(struct mercury_dll, touch_init),
}
};