debugs removidos - ligacao em pares ok

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Fork of header_main by VZTECH

UART3Interrupt.h

Committer:
klauss
Date:
2014-09-12
Revision:
6:9695697dea4b
Parent:
0:4d17cd9c8f9d

File content as of revision 6:9695697dea4b:

#ifndef _UART3INTERRUPT_H
#define _UART3INTERRUPT_H
#include "configs.h"

extern char RXBuffer[DATA_SIZE];          // UART3 RX Buffer
extern volatile uint8_t status;

void SerialRecvInterrupt (void);
//void RcvRX( void );
//void initRX ( void );
void RXFrameSync (void);

#endif