We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81b363 commit bb11bb9Copy full SHA for bb11bb9
source/portable/NetworkInterface/STM32Hxx/NetworkInterface.c
@@ -87,6 +87,9 @@
87
#define niEMAC_HANDLER_TASK_PRIORITY configMAX_PRIORITIES - 1
88
#endif
89
90
+#ifndef ipconfigEMAC_TASK_HOOK
91
+ #define ipconfigEMAC_TASK_HOOK()
92
+#endif
93
94
/* Bit map of outstanding ETH interrupt events for processing. */
95
static volatile uint32_t ulISREvents;
@@ -1193,6 +1196,8 @@ static void prvEMACHandlerTask( void * pvParameters )
1193
1196
prvEthernetUpdateConfig( pdFALSE );
1194
1197
}
1195
1198
1199
+
1200
+ ipconfigEMAC_TASK_HOOK();
1201
1202
1203
0 commit comments