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 c7d4106 commit 9f804afCopy full SHA for 9f804af
source/portable/NetworkInterface/DriverSAM/NetworkInterface.c
@@ -1125,6 +1125,7 @@ void vNetworkInterfaceAllocateRAMToBuffers( NetworkBufferDescriptor_t pxNetworkB
1125
static void prvEMACHandlerTask( void * pvParameters )
1126
{
1127
UBaseType_t uxCount;
1128
+
1129
uxLowestSemCount = GMAC_TX_BUFFERS + 1;
1130
1131
#if ( ipconfigZERO_COPY_TX_DRIVER != 0 )
0 commit comments