mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
fix warning
This commit is contained in:
@@ -492,6 +492,7 @@ group_coded:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static uint8_t check_rds_good_group(RDSEncoder* enc, char* grp, uint8_t stream) {
|
static uint8_t check_rds_good_group(RDSEncoder* enc, char* grp, uint8_t stream) {
|
||||||
|
(void)stream;
|
||||||
uint8_t good_group = 0;
|
uint8_t good_group = 0;
|
||||||
if(*grp == '0') good_group = 1;
|
if(*grp == '0') good_group = 1;
|
||||||
if(*grp == '1' && enc->data[enc->program].ecc != 0) good_group = 1;
|
if(*grp == '1' && enc->data[enc->program].ecc != 0) good_group = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user