aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-28 07:42:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-28 07:42:57 +0000
commit950cacebb01b21ad22d9406b48912022e800998a (patch)
tree48fcb1d3578137c34b3ba5e158666de90e180642 /demos/Win32-MinGW/readme.txt
parent7ea2ed1e47ae76ff81dbbe1e9494cf7eca6fb561 (diff)
downloadChibiOS-950cacebb01b21ad22d9406b48912022e800998a.tar.gz
ChibiOS-950cacebb01b21ad22d9406b48912022e800998a.tar.bz2
ChibiOS-950cacebb01b21ad22d9406b48912022e800998a.zip
Fixed bug 3581304.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4786 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/readme.txt')
-rw-r--r--demos/Win32-MinGW/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/Win32-MinGW/readme.txt b/demos/Win32-MinGW/readme.txt
index 047425ffe..e72e2e0a3 100644
--- a/demos/Win32-MinGW/readme.txt
+++ b/demos/Win32-MinGW/readme.txt
@@ -11,8 +11,8 @@ I/O is simulated over TCP/IP sockets.
The demo listens on the two serial ports, when a connection is detected a
thread is started that serves a small command shell.
-The demo shows how create/terminate threads at runtime, how listen to events,
-how ho work with serial ports, how use the messages.
+The demo shows how to create/terminate threads at runtime, how to listen to
+events, how to work with serial ports, how to use the messages.
You can develop your ChibiOS/RT application using this demo as a simulator
then you can recompile it for a different architecture.
See demo.c for details.