@@ -384,7 +384,7 | |||||
384 | if(strcmp(cmd,"SNDF") == 0){ No newline at end of file |
|
384 | if(strcmp(cmd,"SNDF") == 0){ | |
385 | escribe_experimento(rx_data,filename1); No newline at end of file |
|
385 | escribe_experimento(rx_data,filename1); | |
386 | carga_experimento(filename1); |
|
386 | carga_experimento(filename1); | |
No newline at end of file |
|
387 | cambia_apuntamiento("0"); No newline at end of file | ||
387 | //cambia_apuntamiento("0"); No newline at end of file |
|
|||
388 | tx_data = (char*)malloc(3); No newline at end of file |
|
388 | tx_data = (char*)malloc(3); | |
389 | tx_data = "OK"; No newline at end of file |
|
389 | tx_data = "OK"; | |
390 | } No newline at end of file |
|
390 | } |
General Comments 0
You need to be logged in to leave comments.
Login now