0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00

fix bugs and remove extern from header

This commit is contained in:
2025-04-14 16:22:30 +02:00
parent ae317a3fe4
commit a3c9db98db
7 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,9 @@
#include "modulator.h"
#include "common.h"
#include "rds.h"
#include "modulator.h"
#include "lib.h"
#define CMD_BUFFER_SIZE 255
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
#define READ_TIMEOUT_MS 200
extern void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output);
void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output);