diff options
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:
|