Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
f607f105
Commit
f607f105
authored
Jun 23, 2016
by
yoogx
Browse files
* At startup, task are not active
parent
ca894fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_utils.c
View file @
f607f105
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
4
ESA & ISAE.
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE.
*/
#include
<po_hi_config.h>
...
...
@@ -157,7 +157,7 @@ void __po_hi_instrumentation_vcd_init ()
for
(
i
=
0
;
i
<
__PO_HI_NB_TASKS
;
i
++
)
{
memset
(
buf
,
'\0'
,
1024
);
size_to_write
=
sprintf
(
buf
,
"
1
t%d
\n
"
,
i
);
size_to_write
=
sprintf
(
buf
,
"
0
t%d
\n
"
,
i
);
write
(
__po_hi_vcd_file
,
buf
,
size_to_write
);
}
#if __PO_HI_NB_PROTECTED > 0
...
...
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