mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 18:19:08 -04:00
Old GCC on Travis-CI was cheesed off by my new syntax.
This commit is contained in:
parent
5d4e59271a
commit
1d2dd4e19d
1 changed files with 5 additions and 5 deletions
|
@ -330,8 +330,8 @@ public:
|
||||||
channel_filter(channel_filter),
|
channel_filter(channel_filter),
|
||||||
channel_decimation { channel_decimation },
|
channel_decimation { channel_decimation },
|
||||||
deviation { deviation },
|
deviation { deviation },
|
||||||
audio_hpf_config { audio_hpf_config },
|
audio_hpf_config(audio_hpf_config),
|
||||||
audio_deemph_config { audio_deemph_config }
|
audio_deemph_config(audio_deemph_config)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -358,8 +358,8 @@ public:
|
||||||
decim_1_filter(decim_1_filter),
|
decim_1_filter(decim_1_filter),
|
||||||
audio_filter(audio_filter),
|
audio_filter(audio_filter),
|
||||||
deviation { deviation },
|
deviation { deviation },
|
||||||
audio_hpf_config { audio_hpf_config },
|
audio_hpf_config(audio_hpf_config),
|
||||||
audio_deemph_config { audio_deemph_config }
|
audio_deemph_config(audio_deemph_config)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -391,7 +391,7 @@ public:
|
||||||
decim_2_filter(decim_2_filter),
|
decim_2_filter(decim_2_filter),
|
||||||
channel_filter(channel_filter),
|
channel_filter(channel_filter),
|
||||||
modulation { modulation },
|
modulation { modulation },
|
||||||
audio_hpf_config { audio_hpf_config }
|
audio_hpf_config(audio_hpf_config)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue