mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 15:07:34 +08:00
Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX config anymore.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user