Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
6887e156
Commit
6887e156
authored
Apr 24, 2015
by
Julien
Browse files
Fix the schedule generation issue for VxWorks653
parent
f5e34296
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-vxworks653_conf-schedule.adb
View file @
6887e156
...
...
@@ -181,8 +181,9 @@ package body Ocarina.Backends.Vxworks653_Conf.Schedule is
--
Partition_Duration
:=
(
Long_Double
(
To_Milliseconds
(
Module_Schedule
(
J
).
Duration
))
/
Long_Double
(
1000.0
));
(
To_Nanoseconds
(
Module_Schedule
(
J
).
Duration
))
/
Long_Double
(
1_000_000_000.0
));
XTU
.
Add_Attribute
(
"Duration"
,
XV
.
New_Floating_Point_Value
(
Partition_Duration
),
Partition_Window_Node
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment