From b678b830627d454e0ee9cd2b9bbcfde97444e895 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sat, 24 Oct 2015 13:34:06 +0100 Subject: [PATCH] [efm32] oops, fixed ezr32lg probe message --- src/efm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efm32.c b/src/efm32.c index c64b0f2..3a73a05 100644 --- a/src/efm32.c +++ b/src/efm32.c @@ -313,7 +313,7 @@ bool efm32_probe(target *t) flash_kb = efm32_read_flash_size(t); sprintf(variant_string, - "EZR32WG%dF%dR%d (radio si%d)", + "EZR32LG%dF%dR%d (radio si%d)", part_number, flash_kb, radio_number_short, radio_number);