From ea539031da96df3d3eb9faadd24eb1cc71813e7f Mon Sep 17 00:00:00 2001 From: px4dev Date: Thu, 1 Nov 2012 23:42:36 -0700 Subject: Cleanup and refactor of the PX4IO firmware and board support. Builds, not tested yet. --- apps/px4/tests/test_hrt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/px4') diff --git a/apps/px4/tests/test_hrt.c b/apps/px4/tests/test_hrt.c index 3730272a2..f21dd115b 100644 --- a/apps/px4/tests/test_hrt.c +++ b/apps/px4/tests/test_hrt.c @@ -121,7 +121,6 @@ int test_ppm(int argc, char *argv[]) int test_tone(int argc, char *argv[]) { -#ifdef CONFIG_TONE_ALARM int fd, result; unsigned long tone; @@ -171,7 +170,6 @@ out: if (fd >= 0) close(fd); -#endif return 0; } -- cgit v1.2.3