mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
-> instead of . really?
This commit is contained in:
@@ -239,7 +239,7 @@ int run_fm95(const FM95_Config config, FM95_Runtime* runtime) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef STEREO_SSB
|
#ifdef STEREO_SSB
|
||||||
mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r, &runtime.hilbert);
|
mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r, &runtime->stereo_hilbert);
|
||||||
#else
|
#else
|
||||||
mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r);
|
mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user