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:
@@ -61,6 +61,11 @@ bacint: logfile bacint.mak
|
||||
( ./bacint >> ${LOGFILE} )
|
||||
$(MAKE) -s -f bacint.mak clean
|
||||
|
||||
bacreal: logfile bacnet/bacreal/Makefile
|
||||
$(MAKE) -s -C bacnet/bacreal/ clean all
|
||||
( ./bacnet/bacreal/unittest >> ${LOGFILE} )
|
||||
$(MAKE) -s -C bacnet/bacreal/ clean
|
||||
|
||||
bacstr: logfile bacstr.mak
|
||||
$(MAKE) -s -f bacstr.mak clean all
|
||||
( ./bacstr >> ${LOGFILE} )
|
||||
|
||||
Reference in New Issue
Block a user