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.
pull/46/head
Adam Green 2013-08-27 23:57:24 -07:00
parent 8cf3e658d1
commit b0c0f47c7d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ struct lpc_enetdata {
struct pbuf *txb[LPC_NUM_BUFF_TXDESCS]; /**< TX pbuf pointer list, zero-copy mode */
u32_t lpc_last_tx_idx; /**< TX last descriptor index, zero-copy mode */
#if NO_SYS == 0
sys_thread_t RxThread; /**< RX receive thread data object pointer */
sys_thread_t RxThread; /**< RX receive thread data object pointer */
sys_sem_t TxCleanSem; /**< TX cleanup thread wakeup semaphore */
sys_mutex_t TXLockMutex; /**< TX critical section mutex */
sys_sem_t xTXDCountSem; /**< TX free buffer counting semaphore */