From 12a63a1c2335f16b0007bb38e231260236786024 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Jan 2012 21:46:47 +0000 Subject: More register definitions for the PIC32 Ethernet driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4278 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h') diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h index 0876a45d4..f48c6d953 100755 --- a/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h +++ b/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.h @@ -540,7 +540,7 @@ #define TXDESC_CONTROL_LAST (1 << 30) /* Bit 30: Last descriptor of a fragment */ #define TXDESC_CONTROL_INT (1 << 31) /* Bit 31: Generate TxDone interrupt */ -/* Tx statis bit definitions */ +/* Tx status bit definitions */ #define TXSTAT_INFO_COLCNT_SHIFT (21) /* Bits 21-24: Number of collisions */ #define TXSTAT_INFO_COLCNT_MASK (15 << TXSTAT_INFO_COLCNT_SHIFT) -- cgit v1.2.3