mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
parent
92ba4d7fea
commit
e571ca7f1c
8 changed files with 9 additions and 9 deletions
|
@ -582,7 +582,7 @@ class FSKProcessor : public BasebandProcessor {
|
|||
public:
|
||||
FSKProcessor(
|
||||
MessageHandlerMap& message_handlers
|
||||
) : message_handlers { message_handlers }
|
||||
) : message_handlers(message_handlers)
|
||||
{
|
||||
message_handlers[Message::ID::FSKConfiguration] = [this](const Message* const p) {
|
||||
auto m = reinterpret_cast<const FSKConfigurationMessage*>(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue