Removed BIG_ENDIAN around the integer encode and decode as it was deemed unnecessary when built for Freescale. Thank you to Martin Labbe!

This commit is contained in:
skarg
2007-11-16 02:53:10 +00:00
parent b35b6409dd
commit 1bc41ab02e
2 changed files with 0 additions and 97 deletions
-6
View File
@@ -42,12 +42,6 @@
#include "bacint.h"
#include "bacreal.h"
/* NOTE: byte order plays a role in decoding multibyte values */
/* http://www.unixpapa.com/incnote/byteorder.html */
#ifndef BIG_ENDIAN
#error Define BIG_ENDIAN=0 or BIG_ENDIAN=1 for BACnet Stack in compiler settings
#endif
/* max-segments-accepted
B'000' Unspecified number of segments accepted.
B'001' 2 segments accepted.