Default BAC_ROUTING to 0 if not currently defined to maintain non routing behaviour.

This commit is contained in:
petermcs
2010-11-18 22:20:32 +00:00
parent dbb8997b4d
commit c69ffaa4a5
+1 -1
View File
@@ -47,7 +47,7 @@
/* Enable the Gateway (Routing) functionality here, if desired. */
#if !defined(BAC_ROUTING)
#define BAC_ROUTING 1
#define BAC_ROUTING 0
#endif
#if !defined(MAX_NUM_DEVICES)
#if BAC_ROUTING