Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configurati...
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVR8 / TWI_AVR8.h
index 56697ff..17c1e5c 100644 (file)
                         */
                        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.