Skip to content

Commit f120862

Browse files
committed
Removed one useless comment
1 parent 94aff76 commit f120862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/Zynq/x_emacpsif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
volatile int txHead, txTail;
116116

117117
/* txMutex is replacing the earlier int variable 'txBusy'. */
118-
SemaphoreHandle_t txMutex; /* Replacing the earlier variable 'volatile int txBusy'. */
118+
SemaphoreHandle_t txMutex;
119119

120120
volatile uint32_t isr_events;
121121

0 commit comments

Comments
 (0)