Skip to content

Commit b0c0f47

Browse files
committed
Changed leading whitespace back to tab.
The leading whitespace preceeding the fields in the lpc_enetdata structure definition were originally a tab and I used 4 spaces when I added RxThread.
1 parent 8cf3e65 commit b0c0f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/net/eth/lwip-eth/arch/lpc17_emac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct lpc_enetdata {
127127
struct pbuf *txb[LPC_NUM_BUFF_TXDESCS]; /**< TX pbuf pointer list, zero-copy mode */
128128
u32_t lpc_last_tx_idx; /**< TX last descriptor index, zero-copy mode */
129129
#if NO_SYS == 0
130-
sys_thread_t RxThread; /**< RX receive thread data object pointer */
130+
sys_thread_t RxThread; /**< RX receive thread data object pointer */
131131
sys_sem_t TxCleanSem; /**< TX cleanup thread wakeup semaphore */
132132
sys_mutex_t TXLockMutex; /**< TX critical section mutex */
133133
sys_sem_t xTXDCountSem; /**< TX free buffer counting semaphore */

0 commit comments

Comments
 (0)