Skip to content

Commit 73010d8

Browse files
author
Holden
committed
Tracing default definitions improvements
1 parent 7cb3499 commit 73010d8

File tree

2 files changed

+754
-134
lines changed

2 files changed

+754
-134
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,20 @@
25062506

25072507
/*---------------------------------------------------------------------------*/
25082508

2509+
/*
2510+
* ipconfigUSE_DUMP_PACKETS
2511+
*/
2512+
#ifndef ipconfigUSE_DUMP_PACKETS
2513+
#define ipconfigUSE_DUMP_PACKETS 0
2514+
#endif
2515+
2516+
/*
2517+
* ipconfigUSE_TCP_MEM_STATS
2518+
*/
2519+
#ifndef ipconfigUSE_TCP_MEM_STATS
2520+
#define ipconfigUSE_TCP_MEM_STATS 0
2521+
#endif
2522+
25092523
/*===========================================================================*/
25102524
/* Debug/Trace/Logging Config */
25112525
/*===========================================================================*/

0 commit comments

Comments
 (0)