From 2253a3110d10e73f55a5f05ddae13dca29a0240c Mon Sep 17 00:00:00 2001 From: David Lide Date: Wed, 1 Feb 2012 09:20:49 -0500 Subject: [PATCH] minor cleanup --- ti/runtime/netapi/netapi.h | 2 +- ti/runtime/netapi/netapi_tune.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ti/runtime/netapi/netapi.h b/ti/runtime/netapi/netapi.h index 30cbc48..f7a8bac 100644 --- a/ti/runtime/netapi/netapi.h +++ b/ti/runtime/netapi/netapi.h @@ -195,7 +195,7 @@ Pktlib_HeapIfTable *netapi_getPktlibIfTable(void) ; * @retval int : amount of memory available for heap buffer storage (in bytes) * @pre @ref netapi_init */ -int netapi_getBufmemRemainder(void); +int netapi_getBufMemRemainder(void); /** @ingroup netapi_api_functions */ /* diff --git a/ti/runtime/netapi/netapi_tune.h b/ti/runtime/netapi/netapi_tune.h index 4c7b3f9..3e6215d 100644 --- a/ti/runtime/netapi/netapi_tune.h +++ b/ti/runtime/netapi/netapi_tune.h @@ -115,7 +115,7 @@ #define TUNE_NETAPI_DESC_SIZE 128 //don't change!! //(9) Define to 1 for DEBUG MODE [where NETCP just loops pkts that tx back to rx] -#define TUNE_NETAPI_NWAL_ENABLE_PASS_LOOPBACK 1 /*0*/ +#define TUNE_NETAPI_NWAL_ENABLE_PASS_LOOPBACK 0 /*1*/ //(10) NWAL (internal) config. Should not have to change -- 2.26.2