aboutsummaryrefslogtreecommitdiff
path: root/apps/px4
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4')
-rw-r--r--apps/px4/tests/tests_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4/tests/tests_main.c b/apps/px4/tests/tests_main.c
index 26f7ef96b..d99464546 100644
--- a/apps/px4/tests/tests_main.c
+++ b/apps/px4/tests/tests_main.c
@@ -78,7 +78,7 @@ static int test_jig(int argc, char *argv[]);
* Private Data
****************************************************************************/
-struct {
+const struct {
const char *name;
int (* fn)(int argc, char *argv[]);
unsigned options;