1
0
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:
Alessio Morale 2015-01-24 13:08:56 +01:00
parent 411416d2a1
commit ec69941c30
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -247,6 +247,8 @@ extern uint32_t pios_com_telem_usb_id;
// --------------------------
#define PIOS_TIM_MAX_DEVS 6
#define PIOS_SERVO_BANKS 6
// -------------------------
// USB
// -------------------------