worked around 2560 bootloader '3 bangs' bug

This commit is contained in:
Oleg Mazurov 2011-07-20 20:35:20 -06:00
parent c0f1a45e7a
commit 96d506bf24
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,7 @@ void ADK::EndpointXtract(uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto
//ErrorMessage<uint8_t>(PSTR("Iface Num"),iface); //ErrorMessage<uint8_t>(PSTR("Iface Num"),iface);
//ErrorMessage<uint8_t>(PSTR("Alt.Set"), alt); //ErrorMessage<uint8_t>(PSTR("Alt.Set"), alt);
//added by Yuuichi //added by Yuuichi Akagawa
if( bNumEP == 3 ) { if( bNumEP == 3 ) {
return; return;
} }

View file

@ -229,7 +229,7 @@ void loop()
void halt55() void halt55()
{ {
Notify(PSTR("\r\nUnrecoverable error - test halted!!!")); Notify(PSTR("\r\nUnrecoverable error - test halted!!"));
Notify(PSTR("\r\n0x55 pattern is transmitted via SPI")); Notify(PSTR("\r\n0x55 pattern is transmitted via SPI"));
Notify(PSTR("\r\nPress RESET to restart test")); Notify(PSTR("\r\nPress RESET to restart test"));