mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
fix cmd
This commit is contained in:
+1
-1
@@ -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