Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
121:ee02790d00b7
Parent:
119:ee6a53069455
--- a/UART3Interrupt.h	Mon May 04 17:25:29 2015 +0000
+++ b/UART3Interrupt.h	Fri May 08 04:15:23 2015 +0000
@@ -1,17 +1,16 @@
-#ifndef _UART3INTERRUPT_H
-#define _UART3INTERRUPT_H
+#ifndef __UART3INTERRUPT_H__
+#define __UART3INTERRUPT_H__
 
-#include <stdint.h>
 #include "mbed.h"
-#include "vz_protocol.h"
 #include "shared_variables.h"
 
-extern char RXBuffer[ CB_BUFFER_SIZE ];
+extern char RXBuffer [ CB_BUFFER_SIZE ];
 ///< UART3 RX Buffer
+
 extern volatile uint8_t status;
 
-void SerialRecvInterrupt (void);
+void SerialRecvInterrupt ( void );
 
-void RXFrameSync (void);
+void RXFrameSync ( void );
 
 #endif
\ No newline at end of file