Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
2eb875b3
Commit
2eb875b3
authored
8 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
sm_io/*/trigger_mux/*: fix "transm_in" function name typo
parent
debb792a
Branches
trig-rcv
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sm_io/modules/trigger_mux/sm_io_trigger_mux_defaults.c
+1
-1
1 addition, 1 deletion
src/sm_io/modules/trigger_mux/sm_io_trigger_mux_defaults.c
with
1 addition
and
1 deletion
src/sm_io/modules/trigger_mux/sm_io_trigger_mux_defaults.c
+
1
−
1
View file @
2eb875b3
...
...
@@ -61,7 +61,7 @@ smio_err_e trigger_mux_config_defaults (char *broker_endp, char *service,
client_err
=
bpm_set_trigger_rcv_src
(
config_client
,
service
,
chan
,
TRIGGER_MUX_DFLT_RCV_SRC
);
client_err
|=
bpm_set_trigger_rcv_in_sel
(
config_client
,
service
,
chan
,
TRIGGER_MUX_DFLT_RCV_IN_SEL
);
client_err
|=
bpm_set_trigger_transm_src
(
config_client
,
service
,
chan
,
TRIGGER_MUX_DFLT_TRANSM_SRC
);
client_err
|=
bpm_set_trigger_transm_
in
_sel
(
config_client
,
service
,
chan
,
TRIGGER_MUX_DFLT_TRANSM_IN_SEL
);
client_err
|=
bpm_set_trigger_transm_
out
_sel
(
config_client
,
service
,
chan
,
TRIGGER_MUX_DFLT_TRANSM_IN_SEL
);
}
ASSERT_TEST
(
client_err
==
BPM_CLIENT_SUCCESS
,
"Could set trigger mux defaults"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment