mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Update +TCP to latest version (#1192)
This commit is contained in:
parent
2bb9bca68b
commit
000c005cee
4 changed files with 7 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue