[core] Update lwIP for SDK-independent headers

This commit is contained in:
Kuba Szczodrzyński
2023-03-14 13:03:34 +01:00
parent b050662a5c
commit 3d3f3700a8
3 changed files with 9 additions and 4 deletions

View File

@@ -67,7 +67,10 @@
],
"includes": [
"+<FreeRTOS/Source/include>"
]
],
"defines": {
"FREERTOS_PORT_${FREERTOS_PORT_DEFINE}": "1"
}
},
"freertos-port": {
"package": "library-freertos-port",
@@ -75,7 +78,7 @@
"+<./$FREERTOS_PORT/*.c>"
],
"includes": [
"+<./$FREERTOS_PORT>"
"!<./$FREERTOS_PORT>"
],
"defines": {
"FREERTOS_PORT_${FREERTOS_PORT_DEFINE}": "1"