mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
this
This commit is contained in:
@@ -343,8 +343,8 @@ uint8_t get_rds_custom_groups2(RDSEncoder* enc, RDSGroup *group) {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
int get_rdsp_lua_group(RDSGroup *group) {
|
||||
int generated = lua_group(group);
|
||||
int get_rdsp_lua_group(RDSGroup *group, const char grp) {
|
||||
int generated = lua_group(group, grp);
|
||||
if(generated) group->is_type_b = (IS_TYPE_B(group->b) != 0);
|
||||
return generated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user