git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@645 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
79089d6352
commit
3f200660f6
|
@ -12,7 +12,7 @@ CH_IRQ_HANDLER(myIRQ) {
|
||||||
// IRQ handling code, preemptable if the architecture supports it.
|
// IRQ handling code, preemptable if the architecture supports it.
|
||||||
|
|
||||||
chSysLockI();
|
chSysLockI();
|
||||||
// Invocation of some I-Class system API, never preemptable.
|
// Invocation of some I-Class system APIs, never preemptable.
|
||||||
chSysUnlockI().
|
chSysUnlockI().
|
||||||
|
|
||||||
// More IRQ handling code, again preemptable.
|
// More IRQ handling code, again preemptable.
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Initialization
|
* @addtogroup Kernel
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue