From c2da4fbc0486189d3dc3afcb961d680a9191ca11 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Mon, 10 Dec 2018 15:31:36 -0500 Subject: [PATCH] missed one reference for 878 vs 868 --- radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.c b/radio.c index 56a8ce8..782d4d6 100644 --- a/radio.c +++ b/radio.c @@ -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 {