Commit 4a9a170d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

shell: _measure_t24p_ renamed to _calibration_

parent 375d1b40
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
extern int measure_t24p(int *value); extern int measure_t24p(int *value);
int cmd_measure_t24p(const char *args[]) int cmd_calib(const char *args[])
{ {
return measure_t24p(NULL); return measure_t24p(NULL);
} }
\ No newline at end of file
...@@ -40,7 +40,7 @@ static const struct shell_cmd cmds_list[] = { ...@@ -40,7 +40,7 @@ static const struct shell_cmd cmds_list[] = {
{ "stat", cmd_stat }, { "stat", cmd_stat },
{ "ptp", cmd_ptp }, { "ptp", cmd_ptp },
{ "mode", cmd_mode }, { "mode", cmd_mode },
{ "measure_t24p", cmd_measure_t24p }, { "calibration", cmd_calib },
{ "set", cmd_set }, { "set", cmd_set },
{ "env", cmd_env }, { "env", cmd_env },
{ "saveenv", cmd_saveenv }, { "saveenv", cmd_saveenv },
......
...@@ -6,7 +6,7 @@ OBJS_SHELL = shell/shell.o \ ...@@ -6,7 +6,7 @@ OBJS_SHELL = shell/shell.o \
shell/cmd_stat.o \ shell/cmd_stat.o \
shell/cmd_ptp.o \ shell/cmd_ptp.o \
shell/cmd_mode.o \ shell/cmd_mode.o \
shell/cmd_measure_t24p.o \ shell/cmd_calib.o \
shell/cmd_time.o \ shell/cmd_time.o \
shell/cmd_gui.o \ shell/cmd_gui.o \
shell/cmd_sdb.o \ shell/cmd_sdb.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment