Merge pull request #21 from KD4PPG/master

missed one reference for 878 vs 868
This commit is contained in:
Serge Vakulenko 2018-12-10 12:50:10 -08:00 committed by GitHub
commit edca19c26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {