Merge pull request #1527 from kojo1/RenesasCSPlus

Renesas CS+ projects
This commit is contained in:
Chris Conlon
2018-05-09 10:07:16 -06:00
committed by GitHub
13 changed files with 4124 additions and 6 deletions

View File

@@ -5978,14 +5978,14 @@ ProtocolVersion MakeDTLSv1_2(void)
#else
/* Posix style time */
#ifndef USER_TIME
#include <time.h>
#endif
word32 LowResTimer(void)
{
return (word32)time(0);
return (word32)XTIME(0);
}
#endif