Bugfix/bacnet real endian simplify (#89)
* Remove dependence on endian define * Make use of existing big_endian function if BACNET_BIG_ENDIAN is not defined * Add efficient endian macro option if available Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -257,7 +257,6 @@
|
||||
<state>BACDL_MSTP</state>
|
||||
<state>MAX_ANALOG_INPUTS=100</state>
|
||||
<state>MAX_APDU=50</state>
|
||||
<state>BIG_ENDIAN=0</state>
|
||||
<state>MAX_TSM_TRANSACTIONS=0</state>
|
||||
<state>MSTP_PDU_PACKET_COUNT=2</state>
|
||||
<state>MAX_CHARACTER_STRING_BYTES=64</state>
|
||||
@@ -1323,7 +1322,6 @@
|
||||
<state>NDEBUG</state>
|
||||
<state>BACDL_MSTP</state>
|
||||
<state>MAX_APDU=128</state>
|
||||
<state>BIG_ENDIAN=0</state>
|
||||
<state>MAX_TSM_TRANSACTIONS=0</state>
|
||||
<state>MSTP_PDU_PACKET_COUNT=2</state>
|
||||
<state>MAX_CHARACTER_STRING_BYTES=64</state>
|
||||
|
||||
Reference in New Issue
Block a user