Fork of Sabertooth by
Revision 1:db8ccb246c05, committed 2017-09-28
- Comitter:
- eljerchua
- Date:
- Thu Sep 28 02:04:35 2017 +0000
- Parent:
- 0:8ad928968f9e
- Commit message:
- aaa
Changed in this revision
Sabertooth.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8ad928968f9e -r db8ccb246c05 Sabertooth.cpp --- a/Sabertooth.cpp Thu Feb 10 19:57:24 2011 +0000 +++ b/Sabertooth.cpp Thu Sep 28 02:04:35 2017 +0000 @@ -48,7 +48,7 @@ } void Sabertooth::InitializeCom(void){ - wait(2); // wait for sabertooth to initialized + wait(1); // wait for sabertooth to initialized _sabertoothserial.putc(START_CHARACTER); }