mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
OP-1683 - Fix compilation for other targets
This commit is contained in:
parent
411416d2a1
commit
ec69941c30
@ -260,6 +260,7 @@ extern uint32_t pios_ppm_out_id;
|
||||
// -------------------------
|
||||
#define PIOS_SERVO_UPDATE_HZ 50
|
||||
#define PIOS_SERVOS_INITIAL_POSITION 0 /* dont want to start motors, have no pulse till settings loaded */
|
||||
#define PIOS_SERVO_BANKS 6
|
||||
|
||||
// --------------------------
|
||||
// Timer controller settings
|
||||
|
@ -247,6 +247,8 @@ extern uint32_t pios_com_telem_usb_id;
|
||||
// --------------------------
|
||||
#define PIOS_TIM_MAX_DEVS 6
|
||||
|
||||
#define PIOS_SERVO_BANKS 6
|
||||
|
||||
// -------------------------
|
||||
// USB
|
||||
// -------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user