X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..ceb16ee24f1e6add5e2ad0398369c24d2d868cd8:/Projects/XPLAINBridge/Lib/SoftUART.h diff --git a/Projects/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h index 7dbf2d56b..d6b24320f 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.h +++ b/Projects/XPLAINBridge/Lib/SoftUART.h @@ -51,10 +51,10 @@ #define STXDDR DDRD /* Function Prototypes: */ - unsigned char SoftUART_IsReady(void); - unsigned char SoftUART_TxByte(unsigned char c); - unsigned char SoftUART_IsReceived(void); - unsigned char SoftUART_RxByte(void); - void SoftUART_Init(void); + uint8_t SoftUART_IsReady(void); + uint8_t SoftUART_TxByte(uint8_t c); + uint8_t SoftUART_IsReceived(void); + uint8_t SoftUART_RxByte(void); + void SoftUART_Init(void); #endif \ No newline at end of file