fix board_qc for MIPS

This commit is contained in:
Andrew J. Kroll 2014-09-25 23:17:18 -04:00
parent f2f57d71a3
commit b51131750d

View file

@ -23,7 +23,9 @@ USB Usb;
void setup() {
laststate = 0;
Serial.begin(115200);
#if !defined(__MIPSEL__)
while (!Serial); // Wait for serial port to connect - used on Leonardo, Teensy and other boards with built-in USB CDC serial connection
#endif
E_Notify(PSTR("\r\nCircuits At Home 2011"), 0x80);
E_Notify(PSTR("\r\nUSB Host Shield Quality Control Routine"), 0x80);
/* SPI quick test - check revision register */