summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bab755)
raw | patch | inline | side by side (parent: 7bab755)
author | David Lide <a0216552@gtudci01.(none)> | |
Wed, 1 Feb 2012 14:20:49 +0000 (09:20 -0500) | ||
committer | David Lide <a0216552@gtudci01.(none)> | |
Wed, 1 Feb 2012 14:20:49 +0000 (09:20 -0500) |
ti/runtime/netapi/netapi.h | patch | blob | history | |
ti/runtime/netapi/netapi_tune.h | patch | blob | history |
index 30cbc48a60b5fdda32d412f6d389e7fcc39f9dd4..f7a8bac0350c1a65497dc436f36c9bd12e79edf7 100644 (file)
* @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 */
/*
index 4c7b3f969085c91a9af55fd822e9e7fd7db6ed39..3e6215d38bcf2da851a50e92cb114d83b08dd92a 100644 (file)
#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