delta parametros

Dependents:   EthernetInterface EthernetInterface_vz

Fork of lwip-eth by mbed official

Revision:
26:ded1a60af72e
Parent:
24:3f298e4fff72
--- a/arch/TARGET_NXP/lpc17_emac.c	Mon Jan 05 12:42:48 2015 +0000
+++ b/arch/TARGET_NXP/lpc17_emac.c	Tue Jan 06 16:36:48 2015 +0000
@@ -391,8 +391,8 @@
 	sys_mutex_unlock(&lpc_enetif->TXLockMutex);
 #endif
 #endif
-	extern volatile u16_t bleuba;
-	bleuba++;
+	extern volatile u16_t lpc_low_level_input_counter;
+	lpc_low_level_input_counter++;
 	return p;
 }