mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 04:37:37 +00:00
Reverted to original CPLD data
This commit is contained in:
@@ -51,10 +51,10 @@ public:
|
||||
|
||||
private:
|
||||
static Thread* thread;
|
||||
baseband::Direction _direction;
|
||||
|
||||
BasebandProcessor* baseband_processor { nullptr };
|
||||
uint32_t sampling_rate;
|
||||
baseband::Direction _direction { baseband::Direction::Receive };
|
||||
uint32_t sampling_rate { 0 };
|
||||
|
||||
void run() override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user