Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to use Endpoint_WaitUntilReady() instead to prevent infinite loops.

This commit is contained in:
Dean Camera 2009-08-19 13:19:01 +00:00
parent fa8beef82d
commit a9602f0250
2 changed files with 8 additions and 6 deletions

View file

@ -38,9 +38,7 @@
/* Includes: */
#include <avr/io.h>
#include <avr/eeprom.h>
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/SPI.h>