Refactor CMakeLists.txt to replace BIG_ENDIAN definition with BACNET_BIG_ENDIAN to fix missing function in builds. (#1284)

This commit is contained in:
Steve Karg
2026-03-27 14:40:21 -05:00
committed by GitHub
parent 326a47b688
commit 6f3d25b5ba
144 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -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
MAX_APDU=50
)