##// END OF EJS Templates
Configuration file of the control module as an argument of the main aplication: Testing 3
imanay -
r226:227
parent child
Show More
@@ -149,7 +149,6
149 int servSocket; No newline at end of file
149 int servSocket;
150 int clntSocket; No newline at end of file
150 int clntSocket;
151
151
No newline at end of file
152 printf ("testing"); No newline at end of file
153 char *rx_buffer = (char *) malloc(TAM_BUFFER); No newline at end of file
152 char *rx_buffer = (char *) malloc(TAM_BUFFER);
154 char *tx_buffer = (char *) malloc(TAM_BUFFER); No newline at end of file
153 char *tx_buffer = (char *) malloc(TAM_BUFFER);
155 /* Inicializa parametros del modulo*/ No newline at end of file
154 /* Inicializa parametros del modulo*/
General Comments 0
You need to be logged in to leave comments. Login now