The beginnings of a new parameter system.

This commit is contained in:
px4dev
2012-08-18 22:04:32 -07:00
parent cd8a085e00
commit d91f5f3dd7
6 changed files with 324 additions and 1 deletions
+1
View File
@@ -95,5 +95,6 @@ extern int test_sleep(int argc, char *argv[]);
extern int test_time(int argc, char *argv[]);
extern int test_uart_console(int argc, char *argv[]);
extern int test_jig_voltages(int argc, char *argv[]);
extern int test_param(int argc, char *argv[]);
#endif /* __APPS_PX4_TESTS_H */