From 96d506bf24894e51ca11c2c10fe3dd3a86f13660 Mon Sep 17 00:00:00 2001 From: Oleg Mazurov Date: Wed, 20 Jul 2011 20:35:20 -0600 Subject: [PATCH] worked around 2560 bootloader '3 bangs' bug --- adk.cpp | 2 +- examples/board_qc/board_qc.pde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adk.cpp b/adk.cpp index c30a73e6..e846d611 100644 --- a/adk.cpp +++ b/adk.cpp @@ -274,7 +274,7 @@ void ADK::EndpointXtract(uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto //ErrorMessage(PSTR("Iface Num"),iface); //ErrorMessage(PSTR("Alt.Set"), alt); - //added by Yuuichi + //added by Yuuichi Akagawa if( bNumEP == 3 ) { return; } diff --git a/examples/board_qc/board_qc.pde b/examples/board_qc/board_qc.pde index 41863e5d..d0064f65 100644 --- a/examples/board_qc/board_qc.pde +++ b/examples/board_qc/board_qc.pde @@ -229,7 +229,7 @@ void loop() 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\nPress RESET to restart test"));