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
4c41d994
Commit
4c41d994
authored
10 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
hal/sm_io/modules/sm_io_codes.*: add RFFE module to general SMIO codes structure
parent
e10b964b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hal/sm_io/modules/sm_io_codes.c
+2
-1
2 additions, 1 deletion
hal/sm_io/modules/sm_io_codes.c
hal/sm_io/modules/sm_io_codes.h
+2
-0
2 additions, 0 deletions
hal/sm_io/modules/sm_io_codes.h
with
4 additions
and
1 deletion
hal/sm_io/modules/sm_io_codes.c
+
2
−
1
View file @
4c41d994
...
...
@@ -11,6 +11,7 @@ const disp_op_t **smio_exp_ops [] = {
acq_exp_ops
,
dsp_exp_ops
,
fmc130m_4ch_exp_ops
,
swap_exp_ops
swap_exp_ops
,
rffe_exp_ops
,
};
This diff is collapsed.
Click to expand it.
hal/sm_io/modules/sm_io_codes.h
+
2
−
0
View file @
4c41d994
...
...
@@ -13,12 +13,14 @@
#include
"sm_io_acq_codes.h"
#include
"sm_io_dsp_codes.h"
#include
"sm_io_swap_codes.h"
#include
"sm_io_rffe_codes.h"
/* Include all function descriptors */
#include
"sm_io_fmc130m_4ch_exports.h"
#include
"sm_io_acq_exports.h"
#include
"sm_io_dsp_exports.h"
#include
"sm_io_swap_exports.h"
#include
"sm_io_rffe_exports.h"
/* Merge all function descriptors in a single structure */
extern
const
disp_op_t
**
smio_exp_ops
[];
...
...
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