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

last thing

This commit is contained in:
2025-12-23 09:47:02 +01:00
parent 2b7ba88a1c
commit 5376b2006e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
#include <math.h>
#include <stdbool.h>
#define TOGGLE(x) ((x) ^= 1)
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif

View File

@@ -3,8 +3,6 @@
#include "rds.h"
#include <time.h>
#define TOGGLE(x) ((x) ^= 1)
void msleep(unsigned long ms);
int _strnlen(const char *s, int maxlen);