Split dispatch init/run, join IPv6 multicast discovery group in firmware
This commit is contained in:
@@ -8,4 +8,5 @@ struct handler_entry {
|
||||
void (*handle)(usb_cdc&, uint32_t);
|
||||
};
|
||||
|
||||
[[noreturn]] void dispatch(std::span<const handler_entry> handlers);
|
||||
void dispatch_init();
|
||||
[[noreturn]] void dispatch_run(std::span<const handler_entry> handlers);
|
||||
|
||||
Reference in New Issue
Block a user