Simple TCP Echo Server

Dependencies:   EthernetInterface mbed-rtos mbed

Dependents:   HTTPDcgi

Decent Formatting

Charriot returns (\r) were added to every new line (\n). This is to make the printf readable after a few lines. This is the problem. This is the solution.

Added charriot returns (\r) to every new line (\n). format, printf, readability