mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
Update +TCP to latest version (#1192)
This commit is contained in:
@@ -312,7 +312,9 @@ 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 )
|
||||
|
||||
#endif /* FREERTOS_IP_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user