mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
what the fuck
This commit is contained in:
@@ -650,7 +650,7 @@ group_coded:
|
|||||||
void get_rds_bits(RDSEncoder* enc, uint8_t *bits, uint8_t stream) {
|
void get_rds_bits(RDSEncoder* enc, uint8_t *bits, uint8_t stream) {
|
||||||
RDSGroup group;
|
RDSGroup group;
|
||||||
get_rds_group(enc, &group, stream);
|
get_rds_group(enc, &group, stream);
|
||||||
add_checkwords(&group, &bits);
|
add_checkwords(&group, bits);
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset_rds_state(RDSEncoder* enc, uint8_t program) {
|
void reset_rds_state(RDSEncoder* enc, uint8_t program) {
|
||||||
|
|||||||
Reference in New Issue
Block a user