]> rtime.felk.cvut.cz Git - arc.git/commitdiff
ISR1 installer was wrong
authormahi <devnull@localhost>
Tue, 22 May 2012 13:14:47 +0000 (15:14 +0200)
committermahi <devnull@localhost>
Tue, 22 May 2012 13:14:47 +0000 (15:14 +0200)
include/isr.h

index 1dbd220285cf05c9ff7cfafb266f8638657e9af1..148dc3a4c6633f2670f1f71800bae4859bacd3ef 100644 (file)
        do { \\r
          static const OsIsrConstType _entry ## _unique = { \\r
                        .vector = _vector,   \\r
-                       .type = ISR_TYPE_2, \\r
+                       .type = ISR_TYPE_1, \\r
                        .priority = _priority,      \\r
                        .entry = _entry,      \\r
                        .name = _name,      \\r