OSCBS-23 Fix PR#2

This commit is contained in:
Mikhail Antropov
2022-06-21 18:37:43 +03:00
parent 1b147e2edc
commit 8ea575856a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
#include <net/net_ip.h>
#include <net/socket.h>
#include <zephyr.h>
#include "bacnet/basic/object/device.h"
#include <bacnet/basic/object/device.h>
static inline char *inet_ntoa(struct in_addr in) {
return "(inet_ntoa() to be implemented)";
@@ -71,7 +71,7 @@ STRUCT_SECTION_ITERABLE(object_functions, table_name) = { \
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_COV_clear, _intrinsic_reporting) \
/* empty define */
while{}(0)
#endif
+1 -1
View File
@@ -33,6 +33,6 @@
_read_property, _write_property, _RPM_list, \
_RR_info, _iterator, _value_list, _COV, \
_COV_clear, _intrinsic_reporting) \
/* Empty define */
while{}(0)
#endif