Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 365a479

Browse files
Update TCP Qemu echo demo port number macro naming in readme (FreeRTOS#1306)
Co-authored-by: Rahul Kar <[email protected]>
1 parent 7f74854 commit 365a479

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/Readme_TapNetworking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ echo $ECHO_SERVER_IP_ADDRESS
316316
317317
7. The echo server is assumed to be on port 7, which is the standard echo
318318
protocol 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
325325
8. Build:

FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/Readme_UserNetworking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Do the following steps on the host machine:
9292

9393
1. The echo server is assumed to be on port 7, which is the standard echo
9494
protocol 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

101101
2. Build:

0 commit comments

Comments
 (0)