Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations!
This commit is contained in:
+16
-1
@@ -1,6 +1,6 @@
|
||||
all: library readprop writeprop readfile writefile reinit server dcc \
|
||||
whohas whois ucov timesync epics readpropm mstpcap \
|
||||
whoisrouter iamrouter initrouter
|
||||
whoisrouter iamrouter initrouter
|
||||
@echo "utilities are in the bin directory"
|
||||
|
||||
clean: lib/Makefile\
|
||||
@@ -94,3 +94,18 @@ iamrouter: demo/iamrouter/Makefile
|
||||
initrouter: demo/initrouter/Makefile
|
||||
( cd demo/initrouter ; make ; cp bacinitr ../../bin )
|
||||
|
||||
ports: atmega168 at91sam7s bdk-atxx4-mstp
|
||||
echo "Built the ports"
|
||||
|
||||
atmega168: ports/atmega168/Makefile
|
||||
make -C ports/atmega168 clean all
|
||||
|
||||
at91sam7s: ports/at91sam7s/Makefile
|
||||
make -C ports/at91sam7s clean all
|
||||
|
||||
bdk-atxx4-mstp: ports/bdk-atxx4-mstp/Makefile
|
||||
make -C ports/bdk-atxx4-mstp clean all
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user