[efm32] oops, fixed ezr32lg probe message

This commit is contained in:
Richard Meadows 2015-10-24 13:34:06 +01:00
parent fe3874bc82
commit b678b83062
1 changed files with 1 additions and 1 deletions

View File

@ -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);