From: David Lide Date: Wed, 1 Feb 2012 14:20:49 +0000 (-0500) Subject: minor cleanup X-Git-Tag: DEV.NETAPI.01.00.00.00~5 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fnetapi.git;a=commitdiff_plain;h=2253a3110d10e73f55a5f05ddae13dca29a0240c minor cleanup --- 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