mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 00:09:16 +02:00
restructure fm95 sligthly
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ void show_help(char *name) {
|
||||
);
|
||||
}
|
||||
|
||||
int run_sca95(Sca95_Config config, Sca95_Runtime* runtime) {
|
||||
int run_sca95(const Sca95_Config config, Sca95_Runtime* runtime) {
|
||||
FMModulator sca_mod;
|
||||
init_fm_modulator(&sca_mod, config.freq, config.deviation, config.sample_rate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user