diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 20:34:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 20:34:09 +0000 |
commit | ad0dd210e7fbb030b10e1cb076b833bd7ae6470d (patch) | |
tree | 825fc8091a4dfe50f0bfd1e7f2fd0ed8fe87b8e0 /docs/src | |
parent | a200e0aaff1eb04789057603f528510c1da1c4d2 (diff) | |
download | ChibiOS-ad0dd210e7fbb030b10e1cb076b833bd7ae6470d.tar.gz ChibiOS-ad0dd210e7fbb030b10e1cb076b833bd7ae6470d.tar.bz2 ChibiOS-ad0dd210e7fbb030b10e1cb076b833bd7ae6470d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@757 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/jitter.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/jitter.dox b/docs/src/jitter.dox index bff39bed6..747a07a7e 100644 --- a/docs/src/jitter.dox +++ b/docs/src/jitter.dox @@ -24,7 +24,8 @@ * designing a real time system. When using a RTOS like ChibiOS/RT one must
* be aware of what the jitter is and how it can affect the performance of the
* system. A good place to start is this
- * <a href="http://en.wikipedia.org/wiki/Jitter">Wikipedia article</a>.
+ * <a href="http://en.wikipedia.org/wiki/Jitter" target="_blank">Wikipedia
+ * article</a>.
*
* <h2>Interrupt handlers execution time</h2>
* The total execution time of an interrupt handler includes:
|