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 c2c4595 commit 7c2c7a8Copy full SHA for 7c2c7a8
source/portable/NetworkInterface/SH2A/NetworkInterface.c
@@ -55,7 +55,7 @@
55
* task performing the transmit will block for niTX_BUFFER_FREE_WAIT
56
* milliseconds. It will do this a maximum of niMAX_TX_ATTEMPTS before giving
57
* up. */
58
-#define niTX_BUFFER_FREE_WAIT ( pdMS_TO_TICKS ( 2UL ) )
+#define niTX_BUFFER_FREE_WAIT ( pdMS_TO_TICKS( 2UL ) )
59
#define niMAX_TX_ATTEMPTS ( 5 )
60
61
/* The length of the queue used to send interrupt status words from the
0 commit comments