aboutsummaryrefslogtreecommitdiff
path: root/apps/px4
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-11 02:39:56 -0800
committerpx4dev <px4@purgatory.org>2013-01-11 02:39:56 -0800
commit2b37f33a221966628152144ddf050f731f8106d1 (patch)
tree252f87521211df3b377345a046a77178352afbb4 /apps/px4
parent41987c7848a7bbf8b0735e3b2905b15e609b8ac0 (diff)
downloadpx4-firmware-2b37f33a221966628152144ddf050f731f8106d1.tar.gz
px4-firmware-2b37f33a221966628152144ddf050f731f8106d1.tar.bz2
px4-firmware-2b37f33a221966628152144ddf050f731f8106d1.zip
The tests structure doesn't need to be writable.
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;