Changed all *_SendByte() function prototypes to accept a void pointer for the input...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 24 Feb 2013 15:46:58 +0000 (15:46 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 24 Feb 2013 15:46:58 +0000 (15:46 +0000)
commitcfa48f5987ee00f1ef44959cedc6e5248f2bdfb9
tree66a72828750019b8e6f392ccae8f1b984f3e5469
parent2b4658de2c1012a465035a8015c13762334088ac
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
16 files changed:
LUFA/DoxygenPages/ChangeLog.txt
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.c
LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c
LUFA/Drivers/USB/Class/Device/CDCClassDevice.h
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.h
LUFA/Drivers/USB/Class/Host/CDCClassHost.c
LUFA/Drivers/USB/Class/Host/CDCClassHost.h
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c
LUFA/Drivers/USB/Class/Host/PrinterClassHost.h
LUFA/Drivers/USB/Class/Host/StillImageClassHost.c
LUFA/Drivers/USB/Class/Host/StillImageClassHost.h
Maintenance/makefile