Changeset 68645f0 in ada-examples for irq_test


Ignore:
Timestamp:
07/08/08 15:34:14 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
ada-examples-4-10-branch, ada-examples-4-9-branch, master
Children:
016859d
Parents:
58ff82d
Message:

2008-07-08 Joel Sherrill <joel.sherrill@…>

  • interrupt_pkg.adb: Force an RTEMS shutdown when we are done.
  • ChangeLog?: New file.
Location:
irq_test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • irq_test/interrupt_pkg.adb

    r58ff82d r68645f0  
    2626with Ada.Text_IO;
    2727with Ada.Real_Time; use Ada.Real_Time;
     28with RTEMS;
    2829
    2930package body Interrupt_pkg is
     
    103104     -- Have to kill sporadic to exit since it is has an infinite loop
    104105     abort sporadic;
     106     RTEMS.Shutdown_Executive (0);
    105107   end;
    106108
Note: See TracChangeset for help on using the changeset viewer.