Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
46:a670f187a704
Parent:
43:455522f98de5
Child:
48:195c97f12e8e
diff -r c80574f24dc3 -r a670f187a704 vz_protocol.h
--- a/vz_protocol.h	Tue Oct 07 12:10:36 2014 +0000
+++ b/vz_protocol.h	Tue Oct 07 18:38:30 2014 +0000
@@ -59,6 +59,7 @@
 
 extern uint16_t pkg_ckserr;
 extern uint16_t pkg_cksok;
+extern NTPClient ntp;
 
 uint16_t __checksum__( uint8_t * buffer, size_t length );