X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d4ca7fb44c7d326b96cf391f0275dc323dbe24de..c58c53dba90fdc19d38f5e5d6957f2ede2a740f3:/Projects/XPLAINBridge/Lib/SoftUART.h diff --git a/Projects/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h index 310f4f39e..d6b24320f 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.h +++ b/Projects/XPLAINBridge/Lib/SoftUART.h @@ -1,15 +1,15 @@ /* LUFA Library - Copyright (C) Dean Camera, 2009. + Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com www.fourwalledcubicle.com */ /* - Copyright 2009 David Prentice (david.prentice [at] farming [dot] uk) - Copyright 2009 Peter Danneger - Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2010 David Prentice (david.prentice [at] farming [dot] uk) + Copyright 2010 Peter Danneger + Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -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