summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h
index e7d16fe26..275f896ad 100644
--- a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h
+++ b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_ethernet.h
@@ -606,7 +606,7 @@
/* Ethernet TX DMA Descriptor. Descriptor size can be 4 DWORDS (16 bytes) or 8 DWORDS (32 bytes)
* depending on the setting of the ATDS bit in the DMA Bus Mode register.
- */
+ */
struct eth_txdesc_s
{
@@ -629,7 +629,7 @@ struct eth_txdesc_s
/* Ethernet RX DMA Descriptor. Descriptor size can be 4 DWORDS (16 bytes) or 8 DWORDS (32 bytes)
* depending on the setting of the ATDS bit in the DMA Bus Mode register.
- */
+ */
struct eth_rxdesc_s
{