aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/interrupts.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-18 11:48:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-18 11:48:03 +0000
commit09126fe34f64af501fd163d4d385a71479d71096 (patch)
tree81f17b0ce93cd22aa65cdf02359bc791bdcf2df3 /docs/src/interrupts.dox
parent28311d7154c15e6681752144e1620cc2ae0d48a9 (diff)
downloadChibiOS-09126fe34f64af501fd163d4d385a71479d71096.tar.gz
ChibiOS-09126fe34f64af501fd163d4d385a71479d71096.tar.bz2
ChibiOS-09126fe34f64af501fd163d4d385a71479d71096.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1874 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/interrupts.dox')
-rw-r--r--docs/src/interrupts.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/interrupts.dox b/docs/src/interrupts.dox
index cbebe5d5b..64f336f08 100644
--- a/docs/src/interrupts.dox
+++ b/docs/src/interrupts.dox
@@ -31,7 +31,7 @@ CH_IRQ_HANDLER(myIRQ) {
chSysLockFromIsr();
// Invocation of some I-Class system APIs, never preemptable.
- chSysUnlockFromIsr().
+ chSysUnlockFromIsr();
// More IRQ handling code, again preemptable.