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

refactor RDS modulator parameters and file handling; remove deprecated commands

This commit is contained in:
2025-03-15 19:33:11 +01:00
parent 0cd72a503a
commit 222d5c7fa9
12 changed files with 219 additions and 254 deletions

View File

@@ -1,4 +1,3 @@
/* common includes for rds95 */
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@ -7,7 +6,6 @@
#include <math.h>
#include <stdbool.h>
/* workaround for missing pi definition */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif