Compile/linking required changes

This commit is contained in:
Allen Hill
2015-07-23 21:23:36 -07:00
parent bf2a4a496b
commit 49c0827c4f
13 changed files with 179 additions and 422 deletions
+9 -9
View File
@@ -28,22 +28,22 @@
#define __COM232_H
//------------------------------------------------------------------------------
#include "const.h"
#include "GlobalDef.h"
//------------------------------------------------------------------------------
u08 RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
u08 readkey;
extern byte RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
extern byte readkey;
//------------------------------------------------------------------------------
void RS232_Init(void);
extern void RS232_S(u16 str_addr);
extern void RS232_SendByte(u08 Data);
extern void RS232_S(unsigned short str_addr);
extern void RS232_SendByte(byte Data);
extern void RS232_Print(char* pBuf);
extern void RS232_PrintHex4(u08 Data);
extern void RS232_PrintHex8(u08 Data);
extern void RS232_PrintDec(u08 Data);
extern void RS232_PrintDec2(u08 Data);
extern void RS232_PrintHex4(byte Data);
extern void RS232_PrintHex8(byte Data);
extern void RS232_PrintDec(byte Data);
extern void RS232_PrintDec2(byte Data);
//------------------------------------------------------------------------------
// LED