get rid of unsignedchar

This commit is contained in:
2025-03-16 16:17:16 +01:00
parent b3fe018384
commit 4d23878ae2
8 changed files with 89 additions and 176 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* mod, unsigned char *str);
extern void process_ascii_cmd(RDSModulator* mod, char *str);