Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
119:ee6a53069455
Parent:
74:81c47fff88a5
Child:
121:ee02790d00b7
--- a/configs.h	Fri Apr 24 13:54:24 2015 +0000
+++ b/configs.h	Thu Apr 30 15:42:41 2015 +0000
@@ -20,8 +20,8 @@
 
 extern Serial  Uart3;  // default baudrate = 9600; Sem paridade, 8bits, 1 stop-bit 
 
-void start_cpld( void );
-void config_lpc( void );
+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 );