Tool/software: TI-RTOS
Hi,
I'd like to test an code example by wolfssl for TIRTOS. The code has #include <ti/ndk/nettools/mytime/mytime.h> and it calls the functions
MYTIME_init();
MYTIME_settime(1398980099);
I keep on getting a compilation error
#1965 cannot open source file "ti/ndk/nettools/mytime/mytime.h"
because it looks like mytime.h doesn't exist. under the ndk, nettools folder. Has anyone had issues with this? Does anyone know where I could find mytime.h?
Thanks
AJ