mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
fix cmd
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *cmd;
|
const char *cmd;
|
||||||
void (*handler)(unsigned char *arg);
|
void (*handler)(unsigned char *arg, RDSModulator* enc);
|
||||||
uint8_t cmd_length;
|
uint8_t cmd_length;
|
||||||
} command_handler_t;
|
} command_handler_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user