From: Dean Camera Date: Tue, 2 Nov 2010 11:16:36 +0000 (+0000) Subject: Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in... X-Git-Tag: LUFA-110528-BETA~176 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/5ce8380a7d076b5368d9800ff1aab89ba0487276?ds=inline;hp=5ce8380a7d076b5368d9800ff1aab89ba0487276 Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose). ---