0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

restructure fm95 sligthly

This commit is contained in:
2025-06-28 16:48:33 +02:00
parent fa19d53d38
commit 07a56bebeb
5 changed files with 101 additions and 73 deletions

View File

@@ -120,7 +120,7 @@ typedef struct
PulseOutputDevice output_device;
} Chimer95_Runtime;
int run_chimer95(Chimer95_Config config, Chimer95_Runtime* runtime) {
int run_chimer95(const Chimer95_Config config, Chimer95_Runtime* runtime) {
int pulse_error;
Oscillator osc;