mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
7 lines
221 B
C
7 lines
221 B
C
#include "modulator.h"
|
|
#include "rds.h"
|
|
#define CMD_BUFFER_SIZE 255
|
|
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
|
|
#define READ_TIMEOUT_MS 150
|
|
|
|
extern void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output); |