mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Add 'ONE' to Xbox One example startup string
Making this distinct from the "XBOXUSB" example which has the same string.
This commit is contained in:
parent
f0e37202e1
commit
0b3d269f17
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ void setup() {
|
|||
Serial.print(F("\r\nOSC did not start"));
|
||||
while (1); //halt
|
||||
}
|
||||
Serial.print(F("\r\nXBOX USB Library Started"));
|
||||
Serial.print(F("\r\nXBOX ONE USB Library Started"));
|
||||
}
|
||||
void loop() {
|
||||
Usb.Task();
|
||||
|
|
Loading…
Reference in a new issue