mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
fix board_qc for MIPS
This commit is contained in:
parent
f2f57d71a3
commit
b51131750d
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ USB Usb;
|
||||||
void setup() {
|
void setup() {
|
||||||
laststate = 0;
|
laststate = 0;
|
||||||
Serial.begin(115200);
|
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
|
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\nCircuits At Home 2011"), 0x80);
|
||||||
E_Notify(PSTR("\r\nUSB Host Shield Quality Control Routine"), 0x80);
|
E_Notify(PSTR("\r\nUSB Host Shield Quality Control Routine"), 0x80);
|
||||||
/* SPI quick test - check revision register */
|
/* SPI quick test - check revision register */
|
||||||
|
|
Loading…
Reference in a new issue