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"));