git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@645 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
79089d6352
commit
3f200660f6
|
@ -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.
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup Initialization
|
||||
* @addtogroup Kernel
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue