- Timestamp:
- 07/08/08 15:34:14 (15 years ago)
- Branches:
- ada-examples-4-10-branch, ada-examples-4-9-branch, master
- Children:
- 016859d
- Parents:
- 58ff82d
- Location:
- irq_test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irq_test/interrupt_pkg.adb
r58ff82d r68645f0 26 26 with Ada.Text_IO; 27 27 with Ada.Real_Time; use Ada.Real_Time; 28 with RTEMS; 28 29 29 30 package body Interrupt_pkg is … … 103 104 -- Have to kill sporadic to exit since it is has an infinite loop 104 105 abort sporadic; 106 RTEMS.Shutdown_Executive (0); 105 107 end; 106 108
Note: See TracChangeset
for help on using the changeset viewer.