Browse Source

The tests structure doesn't need to be writable.

sbg
px4dev 12 years ago
parent
commit
2b37f33a22
  1. 2
      apps/px4/tests/tests_main.c

2
apps/px4/tests/tests_main.c

@ -78,7 +78,7 @@ static int test_jig(int argc, char *argv[]); @@ -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;

Loading…
Cancel
Save