bosko lekovic
/
EthToCom_11
nova proba
Diff: TcpServerToFlash.cpp
- Revision:
- 6:5cf50f29a81f
- Parent:
- 5:c9a908749d4c
- Child:
- 7:7ea932eb31f6
--- a/TcpServerToFlash.cpp Sun Apr 12 17:59:57 2020 +0000 +++ b/TcpServerToFlash.cpp Tue Apr 14 13:32:02 2020 +0000 @@ -122,7 +122,7 @@ { printf("PRIJEM tcpSOCKET: primljeno = %d bajtova \n\r",n); {int i; for(i=0;i<n;i++) printf("%c", inbuff[i] );} - printf("\n\r"); + printf("KRAJ PRIJEMA\n\r"); fflush(stdout); }