Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DriverSAM/NetworkInterface.c warning cleanup - purely refactoring #1016

Merged
Prev Previous commit
Next Next commit
Un-doing uncrustify commit that breaks formatting rules
Peter-Herrmann committed Sep 5, 2023
commit 5bfbbb491e612e2863590f4c51347d7712eefb88
Original file line number Diff line number Diff line change
@@ -1125,7 +1125,6 @@ void vNetworkInterfaceAllocateRAMToBuffers( NetworkBufferDescriptor_t pxNetworkB
static void prvEMACHandlerTask( void * pvParameters )
{
UBaseType_t uxCount;

uxLowestSemCount = GMAC_TX_BUFFERS + 1;

#if ( ipconfigZERO_COPY_TX_DRIVER != 0 )