diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-17 15:02:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-17 15:02:27 +0000 |
commit | 88d93ba5bf533bfd49df40ba7998b747d1fbadc2 (patch) | |
tree | e703857828054fb8c644674b2445c3b542f2120b /docs/src/debug.dox | |
parent | b5b34a5b9b97fa19bac7c5c830885c757223bbe2 (diff) | |
download | ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.tar.gz ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.tar.bz2 ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1931 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/debug.dox')
-rw-r--r-- | docs/src/debug.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/debug.dox b/docs/src/debug.dox index 46a67dfb2..341e852c6 100644 --- a/docs/src/debug.dox +++ b/docs/src/debug.dox @@ -125,10 +125,10 @@ * common RTOS related tasks, under "./testhal" there are examples
* regarding the various device drivers, the various demos contain
* good code samples too).
- * - Start your application from an existing demos, add things one piece at
- * time and test often, if you add too many things at once a small problem
- * can become a debugging nightmare. Follow the cycle: think, implement,
- * test, repeat.
+ * - Start your application from an existing demo, add things one at a
+ * time and test often, if you add too many things at once then finding a
+ * small problem can become a debugging nightmare. Follow the cycle: think,
+ * implement, test, repeat.
* - If you are stuck for too much time then consider asking for advice.
* - Report bugs and problems, bugs can be fixed, problems can become new
* articles in the documentation (this and other documentation articles
|