Merge pull request #380 from cconlon/utasker

uTasker Port
This commit is contained in:
toddouska
2016-04-08 15:08:39 -07:00
5 changed files with 80 additions and 4 deletions

View File

@@ -3351,6 +3351,13 @@ ProtocolVersion MakeDTLSv1_2(void)
return (word32) Seconds_get();
}
#elif defined(WOLFSSL_UTASKER)
word32 LowResTimer(void)
{
return (word32)(uTaskerSystemTick / TICK_RESOLUTION);
}
#elif defined(USER_TICKS)
#if 0
word32 LowResTimer(void)