delta parametros

Dependents:   EthernetInterface EthernetInterface_vz

Fork of lwip-eth by mbed official

Revision:
22:efbcff1d6ec5
Parent:
20:d442ac6dc603
Child:
23:0b5574c08405
--- a/arch/TARGET_NXP/lpc_emac_config.h	Tue Sep 30 11:36:39 2014 +0000
+++ b/arch/TARGET_NXP/lpc_emac_config.h	Mon Oct 20 16:11:52 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 3
+#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