Fix to allow XTIME override for Xilinx. Spelling fixes in Xilinx README.md.

This commit is contained in:
David Garske
2020-09-01 14:17:12 -07:00
parent eb466668ce
commit 63e993b9c1
3 changed files with 12 additions and 10 deletions

View File

@@ -2150,7 +2150,7 @@ time_t XTIME(time_t * timer)
#if defined(WOLFSSL_XILINX)
#include "xrtcpsu.h"
time_t XTIME(time_t * timer)
time_t xilinx_time(time_t * timer)
{
time_t sec = 0;
XRtcPsu_Config* con;