add flash support to efm32 port

This commit is contained in:
Conor Patrick
2018-07-13 21:34:15 -04:00
parent 6e7be67491
commit 5eff2a104d
6 changed files with 1268 additions and 23 deletions

View File

@@ -190,7 +190,8 @@ uint32_t ctap_atomic_count(int sel)
}
else
{
return counter2++;
printf2(TAG_ERR,"counter2 not imple\n");
exit(1);
}
}