Refactor CMakeLists.txt to replace BIG_ENDIAN definition with BACNET_BIG_ENDIAN to fix missing function in builds. (#1284)
This commit is contained in:
@@ -21,7 +21,7 @@ string(REGEX REPLACE
|
||||
set(ZTST_DIR "${TST_DIR}/ztest/src")
|
||||
|
||||
add_compile_definitions(
|
||||
BIG_ENDIAN=0
|
||||
BACNET_BIG_ENDIAN=0
|
||||
CONFIG_ZTEST=1
|
||||
INTRINSIC_REPORTING=1
|
||||
BINARY_INPUT_INTRINSIC_REPORTING=1
|
||||
|
||||
Reference in New Issue
Block a user