target: Make sure variant_string is consistent in size

It's a global symbol and LTO will complain if the one in this file and
the one in EFM32 target are inconsistent.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2019-08-05 15:42:29 +02:00
parent 544bcd9845
commit 1d4152a36f
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ static void samd_add_flash(target *t, uint32_t addr, size_t length)
target_add_flash(t, f);
}
char variant_string[40];
char variant_string[60];
bool samd_probe(target *t)
{
uint32_t cid = samd_read_cid(t);