aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-08-14 21:23:00 -0700
committerpx4dev <px4@purgatory.org>2013-08-14 21:23:00 -0700
commit33863165b2c5b932ab4b4908217bae0014cfa638 (patch)
treeaa46a5de62248c04f7017ccccc7f5c897f5463eb /src/systemcmds
parent3b10f8431def73222823c1c2abe1bb7422d851dc (diff)
parentde749a3602423f5ee6ca56f3cf2dfff04e31ec6d (diff)
downloadpx4-firmware-33863165b2c5b932ab4b4908217bae0014cfa638.tar.gz
px4-firmware-33863165b2c5b932ab4b4908217bae0014cfa638.tar.bz2
px4-firmware-33863165b2c5b932ab4b4908217bae0014cfa638.zip
Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) into fmuv2_bringup
Diffstat (limited to 'src/systemcmds')
-rw-r--r--src/systemcmds/tests/test_hrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_hrt.c b/src/systemcmds/tests/test_hrt.c
index f21dd115b..f6e540401 100644
--- a/src/systemcmds/tests/test_hrt.c
+++ b/src/systemcmds/tests/test_hrt.c
@@ -94,7 +94,7 @@ extern uint16_t ppm_pulse_history[];
int test_ppm(int argc, char *argv[])
{
-#ifdef CONFIG_HRT_PPM
+#ifdef HRT_PPM_CHANNEL
unsigned i;
printf("channels: %u\n", ppm_decoded_channels);