some refactoring

This commit is contained in:
2025-03-15 10:31:50 +01:00
parent 292956abf1
commit b6546dd281
7 changed files with 125 additions and 92 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
#define READ_TIMEOUT_MS 100
extern void process_ascii_cmd(RDSModulator* enc, unsigned char *str);
extern void process_ascii_cmd(RDSModulator* mod, unsigned char *str);