File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,10 +316,10 @@ echo $ECHO_SERVER_IP_ADDRESS
316316
3173177. The echo server is assumed to be on port 7, which is the standard echo
318318protocol port. You can change the port to any other listening port (e.g. 3682 ).
319- Set `configECHO_PORT ` to the value of this port.
319+ Set `echoECHO_PORT ` to the value of this port.
320320
321321```c
322- #define configECHO_PORT ( 7 )
322+ #define echoECHO_PORT ( 7 )
323323```
324324
3253258. Build:
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Do the following steps on the host machine:
9292
93931. The echo server is assumed to be on port 7, which is the standard echo
9494protocol port. You can change the port to any other listening port (e.g. 3682 ).
95- Set ` configECHO_PORT ` to the value of this port.
95+ Set ` echoECHO_PORT ` to the value of this port.
9696
9797` ` ` c
98- # define configECHO_PORT ( 7 )
98+ # define echoECHO_PORT ( 7 )
9999` ` `
100100
1011012. Build:
You can’t perform that action at this time.
0 commit comments