summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp006.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp006.c')
-rw-r--r--driver/temp_sensor/tmp006.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/driver/temp_sensor/tmp006.c b/driver/temp_sensor/tmp006.c
index a816f20ec2..9801963ff5 100644
--- a/driver/temp_sensor/tmp006.c
+++ b/driver/temp_sensor/tmp006.c
@@ -436,8 +436,7 @@ static int command_sensor_info(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(tmp006, command_sensor_info,
"[ <index> ]",
- "Print TMP006 sensors",
- NULL);
+ "Print TMP006 sensors");
#endif
/* Disable the t6cal command until/unless we have FP support in printf */
@@ -493,6 +492,5 @@ static int command_t6cal(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(t6cal, command_t6cal,
"[<index> <coeff_name> <radix>]",
- "Set/print TMP006 calibration",
- NULL);
+ "Set/print TMP006 calibration");
#endif