0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-12-23 09:46:16 +01:00
parent 14400e3e46
commit 2b7ba88a1c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#include "common.h"
#include "rds.h"
#include "fs.h"
#include "modulator.h"

View File

@@ -1,4 +1,5 @@
#pragma once
#include "common.h"
/* The RDS error-detection code generator polynomial is
* x^10 + x^8 + x^7 + x^5 + x^4 + x^3 + x^0