Minor change.
Dependents: nanoNucleo_Serial-Bluetooth_test
Fork of HC-05 by
Revision 3:18a71e6ed851, committed 2016-03-09
- Comitter:
- Kio_Liex
- Date:
- Wed Mar 09 19:02:39 2016 +0000
- Parent:
- 2:10334c0d9835
- Commit message:
- Removed the zeroing of the variables.
Changed in this revision
HC05.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 10334c0d9835 -r 18a71e6ed851 HC05.cpp --- a/HC05.cpp Sat Feb 13 21:38:00 2016 +0000 +++ b/HC05.cpp Wed Mar 09 19:02:39 2016 +0000 @@ -40,10 +40,6 @@ } } - *x=0; - *y=0; - *c=0; - if(started && ended) { char *name = strtok(btData, "=");