Skip to content

Commit 7c2c7a8

Browse files
committed
Apply formatter fix
1 parent c2c4595 commit 7c2c7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/SH2A/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* task performing the transmit will block for niTX_BUFFER_FREE_WAIT
5656
* milliseconds. It will do this a maximum of niMAX_TX_ATTEMPTS before giving
5757
* up. */
58-
#define niTX_BUFFER_FREE_WAIT ( pdMS_TO_TICKS ( 2UL ) )
58+
#define niTX_BUFFER_FREE_WAIT ( pdMS_TO_TICKS( 2UL ) )
5959
#define niMAX_TX_ATTEMPTS ( 5 )
6060

6161
/* The length of the queue used to send interrupt status words from the

0 commit comments

Comments
 (0)