Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
4a9a170d
Commit
4a9a170d
authored
Aug 03, 2012
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell: _measure_t24p_ renamed to _calibration_
parent
375d1b40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
cmd_calib.c
shell/cmd_calib.c
+2
-2
shell.c
shell/shell.c
+1
-1
shell.mk
shell/shell.mk
+1
-1
No files found.
shell/cmd_
measure_t24p
.c
→
shell/cmd_
calib
.c
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
}
shell/shell.c
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
},
...
...
shell/shell.mk
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 \
...
...
Write
Preview
Markdown
is supported
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