From 16ad499cdb96bcdf85e2f4ad5bfd7a7a77d7fb6c Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 19 Feb 2012 15:26:42 +0000 Subject: Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2059 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'LUFA/Drivers/Peripheral') diff --git a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h index 56697ff9..17c1e5c2 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. -- cgit v1.2.3