Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
135:2f4290590e51
Parent:
122:480c44b0e205
--- a/configs.h	Tue Sep 01 19:34:34 2015 +0000
+++ b/configs.h	Thu Sep 10 20:11:35 2015 +0000
@@ -20,9 +20,5 @@
 
 int start_cpld( void );
 int config_lpc( void );
-void uart3_puts( uint8_t *src, uint16_t size );
-void uart0_puts( uint8_t *src );
-void uart0_text( const char* src );
-void uart0_putsx( volatile uint8_t *src );
 
 #endif