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
Compare Revisions
f911ee85d85fb71c8c83bff2d9635e1aaa05db57...9ae209e6a61ed6705f8a4422cd30f3e2998dc274
Commits (1)
Generate Stack_Size
· 9ae209e6
Maxime Perrotin
authored
Oct 21, 2017
9ae209e6
Hide whitespace changes
Inline
Side-by-side
c/vertical_transformation.c
View file @
9ae209e6
...
...
@@ -215,7 +215,7 @@ void write_thread_implementation(FV *fv)
/* Default source stack size per thread */
// XXX the -s from the command line is ignored?
fprintf
(
thread
,
"
\t
Source_
Stack_Size => 50 KByte;
\n
"
);
fprintf
(
thread
,
"
\t
Stack_Size => 50 KByte;
\n
"
);
/* Calculate the priority : temporary solution using the period */
FOREACH
(
i
,
Interface
,
fv
->
interfaces
,
{
...
...