Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
4acd3b59
Commit
4acd3b59
authored
Sep 14, 2016
by
Thanassis Tsiodras
Browse files
Ready for board shipment
parent
808c0887
Changes
1
Hide whitespace changes
Inline
Side-by-side
OAR/src/init.c
View file @
4acd3b59
...
...
@@ -68,7 +68,7 @@ rtems_task Init(rtems_task_argument argument)
status
=
rtems_event_receive
(
in
,
options
,
RTEMS_NO_TIMEOUT
,
&
out
);
if
(
status
==
RTEMS_SUCCESSFUL
)
{
non_completed
&=
~
out
;
printf
(
"[MAIN]
Checking t
ask completed.
\n
"
);
printf
(
"[MAIN]
T
ask completed.
\n
"
);
fflush
(
stdout
);
}
}
...
...
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