From: Dean Camera Date: Sun, 19 Sep 2010 05:46:17 +0000 (+0000) Subject: Ensure device address latch bit is not set at the same time as the new address, as... X-Git-Tag: LUFA-110528-BETA~241 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/01fecac0a70b02ccb197091935052fcfc9955b26?ds=inline;hp=01fecac0a70b02ccb197091935052fcfc9955b26 Ensure device address latch bit is not set at the same time as the new address, as per datasheet. Minor documentation fixes. Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever. ---