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:
parent
544bcd9845
commit
1d4152a36f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue