Minor change.

Dependents:   nanoNucleo_Serial-Bluetooth_test

Fork of HC-05 by Jesper Jakobsen

Files at this revision

API Documentation at this revision

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
--- 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, "=");