mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
optimize the udg
This commit is contained in:
+2
-2
@@ -237,7 +237,7 @@ static void handle_udg1(unsigned char *arg) {
|
||||
}
|
||||
}
|
||||
|
||||
set_rds_udg1(blocks);
|
||||
set_rds_udg1(sets, blocks);
|
||||
}
|
||||
static void handle_udg2(unsigned char *arg) {
|
||||
uint16_t blocks[8][3]; // Up to 8 sets of 3 blocks each
|
||||
@@ -266,7 +266,7 @@ static void handle_udg2(unsigned char *arg) {
|
||||
}
|
||||
}
|
||||
|
||||
set_rds_udg2(blocks);
|
||||
set_rds_udg2(sets, blocks);
|
||||
}
|
||||
|
||||
// Command tables organized by delimiter position and command length
|
||||
|
||||
Reference in New Issue
Block a user