From 33f9f98569aa968d7c68e5d9fa12ff448b4622b4 Mon Sep 17 00:00:00 2001 From: elms Date: Fri, 23 Apr 2021 10:15:23 -0700 Subject: [PATCH] Deos: fixup readme --- IDE/ECLIPSE/DEOS/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IDE/ECLIPSE/DEOS/README.md b/IDE/ECLIPSE/DEOS/README.md index c9800ac01..711846a38 100644 --- a/IDE/ECLIPSE/DEOS/README.md +++ b/IDE/ECLIPSE/DEOS/README.md @@ -57,7 +57,7 @@ options to run a test. 2. Create a DDC-I Deos example project. In the main menu, go to File > DDC-I Deos example project > socket > udp-vs-tcp -4. Customize your config/udp-vs-tcp.pd.xml with the following changes: +3. Customize your config/udp-vs-tcp.pd.xml with the following changes: ``` C Compile > Preprocessor * WOLFSSL_USER_SETTINGS -6. Add the following directory paths in the DDC-I Options > C Compile > +5. Add the following directory paths in the DDC-I Options > C Compile > Directories and in the DDC-I Options > C++ Compile > Directories * $(PROJECT_DIR.wolfssl)/../../../.. @@ -122,7 +122,7 @@ the process logical memory pool. * `#undef NO_WOLFSSL_CLIENT` * `#undef NO_WOLFSSL_SERVER` -7. Edit your application source file where main() thread is defined +8. Edit your application source file where main() thread is defined and add the following: * #include "printx.h" @@ -150,7 +150,7 @@ int main(void) ``` -8. Review `$(PROJECT_DIR)/udp-vs-tcp/mailbox-transport.config` +9. Review `$(PROJECT_DIR)/udp-vs-tcp/mailbox-transport.config` configuration. ```