Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
2b7d76b1
Commit
2b7d76b1
authored
Jun 23, 2016
by
Maxime Perrotin
Browse files
Fix prototype of pohic function
parent
8068f028
Pipeline
#373
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
c/preprocessing_backend.c
View file @
2b7d76b1
...
...
@@ -873,7 +873,7 @@ void Add_api(Process *node, FV_list *all_fv)
fprintf
(
code
,
"#include <deployment.h>
\n\n
"
"#include
\"
%s.h
\"\n\n
"
"extern int __po_hi_gqueue_get_count(
__po_hi_task_id, __po_hi_local_port_
t);
\n\n
"
,
"extern int __po_hi_gqueue_get_count(
int, in
t);
\n\n
"
,
fv
->
name
);
...
...
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