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:
62:07e5bdc9f8f7
Child:
68:b54993674190
--- a/utils.h	Tue Oct 28 11:32:06 2014 +0000
+++ b/utils.h	Tue Oct 28 12:44:45 2014 +0000
@@ -12,12 +12,14 @@
 #include "call.h"
 #include "call_box.h"
 #include "timeslice.h"
-#include "NTPClient.h"
 #include "parallelcpld.h"
 #include "test.h"
 #include "prompt.h"
 #include "configs.h"
 
+/* Armazena o ultimo pacote enviado para os CBx */
+extern uint8_t cb_tx_buffer[ __CB_BUFFER_SIZE__ ];
+
 using namespace std;
 
 extern DigitalOut led1;