mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-20 21:57:45 +08:00
Update +TCP to latest version (#1192)
This commit is contained in:
@@ -306,9 +306,10 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
||||
|
||||
/* Set ipconfigBUFFER_PADDING on 64-bit platforms */
|
||||
#if INTPTR_MAX == INT64_MAX
|
||||
#define ipconfigBUFFER_PADDING ( 14U )
|
||||
#define ipconfigBUFFER_PADDING ( 14U )
|
||||
#endif /* INTPTR_MAX == INT64_MAX */
|
||||
|
||||
#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS ( 1 )
|
||||
|
||||
#define configMAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user