mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
overhaul of some files (i plan to overhaul the rds encoder completly)
This commit is contained in:
@@ -209,7 +209,7 @@ int main(int argc, char **argv) {
|
||||
static float mpx_buffer[NUM_MPX_FRAMES];
|
||||
|
||||
while(!stop_rds) {
|
||||
for (size_t i = 0; i < NUM_MPX_FRAMES; i++) {
|
||||
for (uint16_t i = 0; i < NUM_MPX_FRAMES; i++) {
|
||||
mpx_buffer[i] = get_rds_sample();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user