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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user