Zephyr cleanup (fix date-time.c, cleanout device.c, use full C lib) (#124)

Co-authored-by: Gregory Shue <gregory.shue@legrand.us>
This commit is contained in:
Greg Shue
2020-09-23 12:27:52 -07:00
committed by GitHub
parent a95b7d597e
commit c5f59af14b
10 changed files with 16 additions and 2090 deletions
+4
View File
@@ -12,7 +12,11 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#if CONFIG_NATIVE_APPLICATION
#include <sys/time.h>
#else
#include <posix/sys/time.h>
#endif
#include <time.h>
#include "bacnet/datetime.h"
File diff suppressed because it is too large Load Diff