missed one reference for 878 vs 868

This commit is contained in:
Jim Gifford 2018-12-10 15:31:36 -05:00
parent 95d3161449
commit c2da4fbc04
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void radio_read_image(const char *filename)
if (memcmp(ident, "D868UVE", 7) == 0) {
device = &radio_d868uv;
} else if (memcmp(ident, "D878UV", 6) == 0) {
device = &radio_d868uv;
device = &radio_d878uv;
} else if (memcmp(ident, "D6X2UV", 6) == 0) {
device = &radio_dmr6x2;
} else {