Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wrpc-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
wr-cores
wrpc-sw
Commits
4a9a170d
Commit
4a9a170d
authored
12 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
shell: _measure_t24p_ renamed to _calibration_
parent
375d1b40
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
shell/cmd_calib.c
+2
-2
2 additions, 2 deletions
shell/cmd_calib.c
shell/shell.c
+1
-1
1 addition, 1 deletion
shell/shell.c
shell/shell.mk
+1
-1
1 addition, 1 deletion
shell/shell.mk
with
4 additions
and
4 deletions
shell/cmd_
measure_t24p
.c
→
shell/cmd_
calib
.c
+
2
−
2
View file @
4a9a170d
...
...
@@ -8,7 +8,7 @@
extern
int
measure_t24p
(
int
*
value
);
int
cmd_
measure_t24p
(
const
char
*
args
[])
int
cmd_
calib
(
const
char
*
args
[])
{
return
measure_t24p
(
NULL
);
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
shell/shell.c
+
1
−
1
View file @
4a9a170d
...
...
@@ -40,7 +40,7 @@ static const struct shell_cmd cmds_list[] = {
{
"stat"
,
cmd_stat
},
{
"ptp"
,
cmd_ptp
},
{
"mode"
,
cmd_mode
},
{
"
measure_t24p"
,
cmd_measure_t24p
},
{
"
calibration"
,
cmd_calib
},
{
"set"
,
cmd_set
},
{
"env"
,
cmd_env
},
{
"saveenv"
,
cmd_saveenv
},
...
...
This diff is collapsed.
Click to expand it.
shell/shell.mk
+
1
−
1
View file @
4a9a170d
...
...
@@ -6,7 +6,7 @@ OBJS_SHELL = shell/shell.o \
shell/cmd_stat.o
\
shell/cmd_ptp.o
\
shell/cmd_mode.o
\
shell/cmd_
measure_t24p
.o
\
shell/cmd_
calib
.o
\
shell/cmd_time.o
\
shell/cmd_gui.o
\
shell/cmd_sdb.o
\
...
...
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