Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
e96335d9
Commit
e96335d9
authored
Aug 12, 2015
by
Jeroen Vreeken
Browse files
Copy paste typo
parent
184be19c
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/ec/block_stoeber.c
View file @
e96335d9
...
...
@@ -723,8 +723,8 @@ static struct controller_block *block_stoeber_create(char *name, int argc, va_li
stoeber_tx structs already. */
stoeber
->
outputs
=
stoeber_rx
->
outputs
;
stoeber
->
output
=
stoeber_rx
->
output
;
for
(
i
=
0
;
i
<
controll
er
->
outputs
;
i
++
)
{
controll
er
->
output
[
i
].
sourceterm
=
&
controll
er_rx
->
output
[
i
];
for
(
i
=
0
;
i
<
stoeb
er
->
outputs
;
i
++
)
{
stoeb
er
->
output
[
i
].
sourceterm
=
&
stoeb
er_rx
->
output
[
i
];
}
if
(
controller_block_interm_list_init
(
stoeber_tx
,
interms
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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