Split dispatch init/run, join IPv6 multicast discovery group in firmware

This commit is contained in:
Ian Gulliver
2026-04-06 20:01:22 +09:00
parent 00b960d81d
commit 49bbe1b29c
6 changed files with 40 additions and 7 deletions

View File

@@ -7,5 +7,6 @@ static constexpr handler_entry handlers[] = {
};
int main() {
dispatch(handlers);
dispatch_init();
dispatch_run(handlers);
}