mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
fix cmd
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user