mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
Merged in f5soh/librepilot/LP-219_Oplink_num_channels_ppm_in (pull request #164)
LP-219 Allow up to 12 channel as PPM input, only first 8 channels still used with Oplink.
This commit is contained in:
commit
01101db6b7
@ -248,7 +248,7 @@ extern uint32_t pios_ppm_out_id;
|
||||
// Receiver PPM input
|
||||
// -------------------------
|
||||
#define PIOS_PPM_MAX_DEVS 1
|
||||
#define PIOS_PPM_NUM_INPUTS 8
|
||||
#define PIOS_PPM_NUM_INPUTS 12
|
||||
|
||||
// -------------------------
|
||||
// Receiver PWM inputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user