File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- -- Copyright (C) 2018,2020 Free Software Foundation, Inc.
1
+ -- Copyright (C) 2018-2021 Free Software Foundation, Inc.
2
2
3
3
-- This file is part of the Cortex GNAT RTS package.
4
4
--
16
16
-- along with this program; see the file COPYING3. If not, see
17
17
-- <http://www.gnu.org/licenses/>.
18
18
19
- with Hardfault_Handling ;
20
- pragma Unreferenced (Hardfault_Handling);
19
+ pragma Warnings (Off, " internal GNAT unit" );
20
+ with System.Hardfault_Handling ;
21
+ pragma Warnings (On, " internal GNAT unit" );
22
+ pragma Unreferenced (System.Hardfault_Handling);
21
23
22
24
with Lights ;
23
25
pragma Unreferenced (Lights);
Original file line number Diff line number Diff line change 1
- -- Copyright (C) 2020 Free Software Foundation, Inc.
1
+ -- Copyright (C) 2020-2021 Free Software Foundation, Inc.
2
2
3
3
-- This file is part of the Cortex GNAT RTS package.
4
4
--
18
18
19
19
with Event_Support ;
20
20
with Ada.Real_Time.Timing_Events ;
21
- -- with Hardfault_Handling;
22
- -- pragma Unreferenced (Hardfault_Handling);
21
+
22
+ pragma Warnings (Off, " internal GNAT unit" );
23
+ with System.Hardfault_Handling ;
24
+ pragma Warnings (On, " internal GNAT unit" );
25
+ pragma Unreferenced (System.Hardfault_Handling);
26
+
23
27
procedure Events is
24
28
-- Environment_Task_Storage_Size : constant Natural := 1536
25
29
-- with
36
40
(Ada.Real_Time.Timing_Events.Timing_Event (Event_Support.Slow));
37
41
Event_Support.Handler
38
42
(Ada.Real_Time.Timing_Events.Timing_Event (Event_Support.Quick));
43
+
39
44
delay until Ada.Real_Time.Time_Last;
40
45
end Events ;
You can’t perform that action at this time.
0 commit comments