Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
63:0d95da692bb4
Parent:
55:2f5e7374af9d
Child:
64:5b011d5707d2
--- a/vz_protocol.h	Tue Oct 28 11:32:06 2014 +0000
+++ b/vz_protocol.h	Tue Oct 28 12:44:45 2014 +0000
@@ -5,7 +5,6 @@
 #include <stdint.h>
 #include <string.h>
 #include "rtp.h"
-#include "NTPClient.h"
 #include "bits.h"
 //#include "prompt.h"
 // 7 + 14 + 1 == ts
@@ -68,7 +67,6 @@
 
 extern uint16_t pkg_ckserr;
 extern uint16_t pkg_cksok;
-extern NTPClient ntp;
 
 uint16_t __checksum__( uint8_t * buffer, size_t length );