mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
"At least it builds, now"
This commit is contained in:
parent
8009a9b543
commit
c81ba5be8e
27 changed files with 112 additions and 88 deletions
|
@ -34,8 +34,7 @@
|
|||
class TransmitterModel {
|
||||
public:
|
||||
constexpr TransmitterModel(
|
||||
ClockManager& clock_manager
|
||||
) : clock_manager(clock_manager)
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -77,7 +76,6 @@ private:
|
|||
.sampling_rate = 2280000,
|
||||
.decimation_factor = 1,
|
||||
};
|
||||
ClockManager& clock_manager;
|
||||
|
||||
int32_t tuning_offset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue