This commit is contained in:
2025-03-14 22:21:07 +01:00
parent caead53c7c
commit 714a6f0239
+1 -1
View File
@@ -8,7 +8,7 @@
typedef struct {
const char *cmd;
void (*handler)(unsigned char *arg);
void (*handler)(unsigned char *arg, RDSModulator* enc);
uint8_t cmd_length;
} command_handler_t;