delta parametros

Dependents:   EthernetInterface EthernetInterface_vz

Fork of lwip-eth by mbed official

Revision:
19:3dfbfd94d4a1
Parent:
18:392cadf1c9c7
Child:
20:d442ac6dc603
--- a/arch/TARGET_NXP/lpc_emac_config.h	Mon Sep 15 20:53:13 2014 +0000
+++ b/arch/TARGET_NXP/lpc_emac_config.h	Tue Sep 16 13:20:29 2014 +0000
@@ -81,13 +81,14 @@
 /** \brief  Defines the number of descriptors used for RX. This
  *          must be a minimum value of 2.
  */
-#define LPC_NUM_BUFF_RXDESCS 9//pzn3
+#define LPC_NUM_BUFF_RXDESCS 16//pzn3
 
 /** \brief  Defines the number of descriptors used for TX. Must
  *          be a minimum value of 2.
  */
 #define LPC_NUM_BUFF_TXDESCS (TCP_SND_QUEUELEN + 1)
 
+
 /** \brief  Set this define to 1 to enable bounce buffers for transmit pbufs
  *          that cannot be sent via the zero-copy method. Some chained pbufs
  *          may have a payload address that links to an area of memory that
@@ -108,4 +109,4 @@
 
 #endif /* __LPC_EMAC_CONFIG_H */
 
-/* --------------------------------- End Of File ------------------------------ */
+/* --------------------------------- End Of File ------------------------------ */
\ No newline at end of file