From: Dean Camera Date: Mon, 22 Aug 2011 13:03:56 +0000 (+0000) Subject: Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). X-Git-Tag: LUFA-111009~27 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/d0ac8e46f958e81f78876740202ca489569f5689?ds=inline;hp=d0ac8e46f958e81f78876740202ca489569f5689 Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. ---