Split dispatch init/run, join IPv6 multicast discovery group in firmware
This commit is contained in:
@@ -7,5 +7,6 @@ static constexpr handler_entry handlers[] = {
|
||||
};
|
||||
|
||||
int main() {
|
||||
dispatch(handlers);
|
||||
dispatch_init();
|
||||
dispatch_run(handlers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user