Minor change.

Dependents:   nanoNucleo_Serial-Bluetooth_test

Fork of HC-05 by Jesper Jakobsen

Revision:
3:18a71e6ed851
Parent:
2:10334c0d9835
--- 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, "=");