aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott/hott_telemetry/hott_telemetry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott/hott_telemetry/hott_telemetry.cpp')
-rw-r--r--src/drivers/hott/hott_telemetry/hott_telemetry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/hott/hott_telemetry/hott_telemetry.cpp b/src/drivers/hott/hott_telemetry/hott_telemetry.cpp
index edbb14172..17a24d104 100644
--- a/src/drivers/hott/hott_telemetry/hott_telemetry.cpp
+++ b/src/drivers/hott/hott_telemetry/hott_telemetry.cpp
@@ -240,7 +240,7 @@ hott_telemetry_main(int argc, char *argv[])
SCHED_PRIORITY_DEFAULT,
2048,
hott_telemetry_thread_main,
- (argv) ? (const char **)&argv[2] : (const char **)NULL);
+ (argv) ? (char * const *)&argv[2] : (char * const *)NULL);
exit(0);
}