Skip to content

Commit 5456fa2

Browse files
author
Louis Dehennin
committed
Removing traceISR_ENTER()
It is not defined anywhere in TCP or FreeRTOS.
1 parent 861750b commit 5456fa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/portable/NetworkInterface/STM32/NetworkInterface.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,8 +1786,6 @@ static BaseType_t prvAcceptPacket( const NetworkBufferDescriptor_t * const pxDes
17861786

17871787
void ETH_IRQHandler( void )
17881788
{
1789-
traceISR_ENTER();
1790-
17911789
ETH_HandleTypeDef * pxEthHandle = &xEthHandle;
17921790

17931791
xSwitchRequired = pdFALSE;

0 commit comments

Comments
 (0)