delta parametros

Dependents:   EthernetInterface EthernetInterface_vz

Fork of lwip-eth by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Sun Jan 04 13:54:52 2015 +0000
Parent:
23:0b5574c08405
Child:
25:d81366c2413f
Commit message:
versao de validacao do eth

Changed in this revision

arch/TARGET_NXP/lpc17_emac.c Show annotated file Show diff for this revision Revisions of this file
--- a/arch/TARGET_NXP/lpc17_emac.c	Mon Oct 20 19:15:49 2014 +0000
+++ b/arch/TARGET_NXP/lpc17_emac.c	Sun Jan 04 13:54:52 2015 +0000
@@ -391,7 +391,8 @@
 	sys_mutex_unlock(&lpc_enetif->TXLockMutex);
 #endif
 #endif
-
+	extern volatile u16_t bleuba;
+	bleuba++;
 	return p;
 }