Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
add inspection point in wait loop
Browse files Browse the repository at this point in the history
ref #65
  • Loading branch information
jklmnn committed Apr 3, 2020
1 parent 4e029bd commit 0b27ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package body Componolit.Runtime.Board is
is
begin
for I in Integer range 0 .. 1000000 loop
null;
pragma Inspection_Point (I);
end loop;
end Wait;
begin
Expand Down

0 comments on commit 0b27ace

Please sign in to comment.