diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-16 13:12:59 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-16 13:12:59 +0000 |
| commit | 29cad6c2a456ba968f4f845bc1a3c4eec2f696b5 (patch) | |
| tree | 82345fcee0e2f365b83a498a3591758561007612 /Projects/XPLAINBridge/Lib/SoftUART.h | |
| parent | 1e3e156c99487ac7e35eac4f480bfd00b6ec081b (diff) | |
Clean up XPLAINBridge code.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1133 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge/Lib/SoftUART.h')
| -rw-r--r-- | Projects/XPLAINBridge/Lib/SoftUART.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Projects/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h index 7dbf2d56..d6b24320 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 |
