mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Move BasebandConfiguration message handling into baseband thread.
This commit is contained in:
parent
fd612dc207
commit
c9f9d97d07
3 changed files with 8 additions and 12 deletions
|
@ -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__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue