MDK-ARM ready for LCP/STM

This commit is contained in:
kojo
2013-05-21 18:47:54 +09:00
parent 082f5643ed
commit ff68942ce4
5 changed files with 64 additions and 33 deletions

View File

@@ -567,7 +567,7 @@ int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
return 0;
}
#elif defined(CYASSL_LPC43xx)
#elif defined(CYASSL_LPC43xx) || defined(CYASSL_STM32F2xx)
#warning "write a real random seed!!!!, just for testing now"
int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
{