zephyr OS changes after bacdef.h refactor.

This commit is contained in:
Steve Karg
2024-04-22 13:31:29 -05:00
parent a59e665ff2
commit 39ed5d8c09
2 changed files with 93 additions and 1 deletions
+4 -1
View File
@@ -29,7 +29,10 @@
#include <zephyr/net/net_ip.h>
#include <zephyr/net/socket.h>
#include <zephyr/kernel.h>
#include <bacnet/basic/object/device.h>
/* BACnet Stack defines - first */
#include "bacnet/bacdef.h"
/* BACnet Stack API */
#include "bacnet/basic/object/device.h"
static inline char *inet_ntoa(struct in_addr in) {
return "(inet_ntoa() to be implemented)";