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 94aff76 commit f120862Copy full SHA for f120862
source/portable/NetworkInterface/Zynq/x_emacpsif.h
@@ -115,7 +115,7 @@
115
volatile int txHead, txTail;
116
117
/* txMutex is replacing the earlier int variable 'txBusy'. */
118
- SemaphoreHandle_t txMutex; /* Replacing the earlier variable 'volatile int txBusy'. */
+ SemaphoreHandle_t txMutex;
119
120
volatile uint32_t isr_events;
121
0 commit comments