mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 00:09:16 +02:00
there are cycles
This commit is contained in:
@@ -269,7 +269,6 @@ int run_fm95(FM95_Config* config, FM95_Runtime* runtime, FM95_RunResult* result)
|
||||
|
||||
{
|
||||
if (cycle) {
|
||||
printf("rds cycle\n");
|
||||
uint8_t bit;
|
||||
if (bit_ring_read1(&runtime->rds_bitring[0], &bit)) {
|
||||
runtime->rds_last_bit[0] = bit;
|
||||
|
||||
Reference in New Issue
Block a user