Fixed ports/xplained conversion of double warning. (#1004)
* Fixed ports/xplained conversion of double warning. * Fixed BACNET_USE_DOUBLE usage in AVR ports. * Fixed integer out-of-range in AVR port. * Fixed missing function prototype for whois_request_encode().
This commit is contained in:
@@ -112,6 +112,7 @@ BFLAGS += -DBACAPP_OBJECT_ID
|
||||
BFLAGS += -DBACAPP_UNSIGNED
|
||||
BFLAGS += -DBACAPP_ENUMERATED
|
||||
BFLAGS += -DBACAPP_CHARACTER_STRING
|
||||
BFLAGS += -DBACNET_USE_DOUBLE=0
|
||||
BFLAGS += -DWRITE_PROPERTY
|
||||
BFLAGS += -DBACNET_PROTOCOL_REVISION=9
|
||||
ifeq (${LEGACY},true)
|
||||
|
||||
Reference in New Issue
Block a user