0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-14 22:21:07 +01:00
parent caead53c7c
commit 714a6f0239

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;