mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 17:49:14 -04:00
Remove unused lambda captures.
This commit is contained in:
parent
e8cf0b8de7
commit
2808efac4c
2 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ int main(void) {
|
|||
auto& message_handlers = event_dispatcher.message_handlers();
|
||||
|
||||
message_handlers.register_handler(Message::ID::BasebandConfiguration,
|
||||
[&message_handlers](const Message* const p) {
|
||||
[](const Message* const p) {
|
||||
auto message = reinterpret_cast<const BasebandConfigurationMessage*>(p);
|
||||
baseband_thread.set_configuration(message->configuration);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue