mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Move BasebandConfiguration message handling into baseband thread.
This commit is contained in:
@@ -37,8 +37,6 @@ public:
|
||||
|
||||
Thread* start(const tprio_t priority);
|
||||
|
||||
void set_configuration(const BasebandConfiguration& new_configuration);
|
||||
|
||||
void on_message(const Message* const message);
|
||||
void on_update_spectrum();
|
||||
|
||||
@@ -61,6 +59,8 @@ private:
|
||||
|
||||
void disable();
|
||||
void enable();
|
||||
|
||||
void set_configuration(const BasebandConfiguration& new_configuration);
|
||||
};
|
||||
|
||||
#endif/*__BASEBAND_THREAD_H__*/
|
||||
|
||||
Reference in New Issue
Block a user