diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-19 15:26:42 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-19 15:26:42 +0000 |
commit | 84ff878fd75b1d2861feb537bc32d7575c40dcda (patch) | |
tree | 0722248eb7a5a2f39fa52790ac15640bf1df167c /LUFA/Drivers/Peripheral/AVR8 | |
parent | 50ff97f378b76d177fef7162e31bb3fb71ef050c (diff) | |
download | lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.gz lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.bz2 lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.zip |
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
Diffstat (limited to 'LUFA/Drivers/Peripheral/AVR8')
-rw-r--r-- | LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h index 56697ff99..17c1e5c27 100644 --- a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h +++ b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h @@ -254,8 +254,6 @@ */ bool TWI_ReceiveByte(uint8_t* const Byte, const bool LastByte) ATTR_NON_NULL_PTR_ARG(1); - bool TWI_ReceiveByte(uint8_t* const Byte, - const bool LastByte); /** High level function to perform a complete packet transfer over the TWI bus to the specified * device. |