aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/test_hrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4/tests/test_hrt.c')
-rw-r--r--apps/px4/tests/test_hrt.c2
1 files changed, 0 insertions, 2 deletions
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;
}