git-svn-id: https://spexeah.com:8443/svn/Asuro@52 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-17 13:12:47 +00:00
parent cefe9481e8
commit 2a613fdc43

View File

@ -13,7 +13,8 @@ interface
uses uses
ISR0, ISR1, ISR2, ISR3, ISR4, ISR5, ISR6, ISR7, ISR8, ISR9, ISR0, ISR1, ISR2, ISR3, ISR4, ISR5, ISR6, ISR7, ISR8, ISR9,
ISR10, ISR11, ISR12, ISR13, ISR14, ISR15, ISR16, ISR17, ISR18; ISR10, ISR11, ISR12, ISR13, ISR14, ISR15, ISR16, ISR17, ISR18,
ISR33;
@ -42,6 +43,8 @@ begin
ISR16.register(); ISR16.register();
ISR17.register(); ISR17.register();
ISR18.register(); ISR18.register();
ISR33.register();
end; end;
end. end.