From 5af10ad14cf2b278cf2f40f650830c30709470d2 Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Wed, 3 Jun 2026 16:46:36 +0900 Subject: [PATCH] Fixed typo in README.md --- IDE/Renesas/e2studio/RA6M4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/Renesas/e2studio/RA6M4/README.md b/IDE/Renesas/e2studio/RA6M4/README.md index 5a7b22a254..e74b13b12b 100644 --- a/IDE/Renesas/e2studio/RA6M4/README.md +++ b/IDE/Renesas/e2studio/RA6M4/README.md @@ -176,7 +176,7 @@ SEGGER_RTT_CB _SEGGER_RTT __attribute__((section(".txt.rtt_block"))); ``` static const byte ucIPAddress[4] = { 192, 168, 11, 241 }; ``` -+ Client IP address can be changed by the following line in wolfssl_demo.h. ++ Server IP address can be changed by the following line in wolfssl_demo.h. ``` #define SERVER_IP "192.168.11.40" ```