From da9897e4f25d717feaf870295e537f408fff8afd Mon Sep 17 00:00:00 2001 From: Grzegorz Daniluk <grzegorz.daniluk@cern.ch> Date: Fri, 3 Aug 2012 11:09:39 +0200 Subject: [PATCH] shell: _measure_t24p_ renamed to _calibration_, missing header --- include/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shell.h b/include/shell.h index 7f780ee..aa7d8d3 100644 --- a/include/shell.h +++ b/include/shell.h @@ -18,7 +18,7 @@ int cmd_stat(const char *args[]); int cmd_ptp(const char *args[]); int cmd_sfp(const char *args[]); int cmd_mode(const char *args[]); -int cmd_measure_t24p(const char *args[]); +int cmd_calib(const char *args[]); int cmd_time(const char *args[]); int cmd_ip(const char *args[]); int cmd_sdb(const char *args[]); -- GitLab