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:
@@ -19,6 +19,10 @@
|
||||
/* BACnet Stack API */
|
||||
#include "bacnet/bacstr.h"
|
||||
|
||||
#ifndef BACNET_USE_OCTETSTRING /* Do we need any octet strings? */
|
||||
#define BACNET_USE_OCTETSTRING 1
|
||||
#endif
|
||||
|
||||
#ifndef BACNET_STRING_UTF8_VALIDATION
|
||||
#define BACNET_STRING_UTF8_VALIDATION 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user