Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
This commit is contained in:
parent
50ff97f378
commit
84ff878fd7
8 changed files with 10 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue