"At least it builds, now"

This commit is contained in:
furrtek 2016-02-05 17:40:14 +01:00
parent 8009a9b543
commit c81ba5be8e
27 changed files with 112 additions and 88 deletions

View file

@ -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();