mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
worked around 2560 bootloader '3 bangs' bug
This commit is contained in:
parent
c0f1a45e7a
commit
96d506bf24
2 changed files with 2 additions and 2 deletions
2
adk.cpp
2
adk.cpp
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue