summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/g78x.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/g78x.c')
-rw-r--r--driver/temp_sensor/g78x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/g78x.c b/driver/temp_sensor/g78x.c
index 858ae38769..948569da1c 100644
--- a/driver/temp_sensor/g78x.c
+++ b/driver/temp_sensor/g78x.c
@@ -231,5 +231,5 @@ static int command_g78x(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(g78x, command_g78x,
"[settemp|setbyte <offset> <value>] or [getbyte <offset>]. "
"Temps in Celsius.",
- "Print g781/g782 temp sensor status or set parameters.", NULL);
+ "Print g781/g782 temp sensor status or set parameters.");
#endif