git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@645 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-01-19 15:28:34 +00:00
parent 79089d6352
commit 3f200660f6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ CH_IRQ_HANDLER(myIRQ) {
// IRQ handling code, preemptable if the architecture supports it.
chSysLockI();
// Invocation of some I-Class system API, never preemptable.
// Invocation of some I-Class system APIs, never preemptable.
chSysUnlockI().
// More IRQ handling code, again preemptable.

View File

@ -18,7 +18,7 @@
*/
/**
* @addtogroup Initialization
* @addtogroup Kernel
* @{
*/