##// END OF EJS Templates
imanay -
r242:243
parent child
Show More
@@ -392,8 +392,6
392 else if(strcmp(cmd,"GETF") == 0){ No newline at end of file
392 else if(strcmp(cmd,"GETF") == 0){
393 consigue_nombre_experimento(rx_data,filename1); //get a filename from frame No newline at end of file
393 consigue_nombre_experimento(rx_data,filename1); //get a filename from frame
394 tx_data = Lee_experimento(filename1); //return a pointer to the content of the filename
394 tx_data = Lee_experimento(filename1); //return a pointer to the content of the filename
No newline at end of file
395 printf("%s\n",tx_data);
No newline at end of file
396 printf("tp1\n"); No newline at end of file
397 } No newline at end of file
395 }
398 else if(strcmp(cmd,"CHGB") == 0){ No newline at end of file
396 else if(strcmp(cmd,"CHGB") == 0){
399 cambia_apuntamiento(rx_data); No newline at end of file
397 cambia_apuntamiento(rx_data);
General Comments 0
You need to be logged in to leave comments. Login now