Default BAC_ROUTING to 0 if not currently defined to maintain non routing behaviour.
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
/* Enable the Gateway (Routing) functionality here, if desired. */
|
/* Enable the Gateway (Routing) functionality here, if desired. */
|
||||||
#if !defined(BAC_ROUTING)
|
#if !defined(BAC_ROUTING)
|
||||||
#define BAC_ROUTING 1
|
#define BAC_ROUTING 0
|
||||||
#endif
|
#endif
|
||||||
#if !defined(MAX_NUM_DEVICES)
|
#if !defined(MAX_NUM_DEVICES)
|
||||||
#if BAC_ROUTING
|
#if BAC_ROUTING
|
||||||
|
|||||||
Reference in New Issue
Block a user