Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX config anymore.

This commit is contained in:
px4dev
2013-08-13 00:34:41 -07:00
parent 56d355414c
commit de749a3602
6 changed files with 19 additions and 53 deletions
+1 -1
View File
@@ -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);