mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-480 Comments out PIOS_INCLUDE_USART and PIOS_INCLUDE_PWM from simposix pios_config.h to allow simposix fw build.
This commit is contained in:
parent
97210850c3
commit
9d01cbe4d4
@ -33,7 +33,9 @@
|
||||
#include <pios_usb_priv.h>
|
||||
#endif
|
||||
|
||||
#ifdef PIOS_INCLUDE_USART
|
||||
#include <pios_usart_priv.h>
|
||||
#endif
|
||||
|
||||
#ifdef PIOS_INCLUDE_PWM
|
||||
#include <pios_pwm_priv.h>
|
||||
@ -238,7 +240,9 @@ void PIOS_BOARD_IO_Configure_PWM(const struct pios_pwm_cfg *pwm_cfg);
|
||||
void PIOS_BOARD_IO_Configure_PPM(const struct pios_ppm_cfg *ppm_cfg);
|
||||
#endif
|
||||
|
||||
#ifdef PIOS_INCLUDE_USART
|
||||
void PIOS_BOARD_IO_Configure_UART(const struct pios_usart_cfg *usart_cfg, PIOS_BOARD_IO_UART_Function function);
|
||||
#endif
|
||||
|
||||
#ifdef PIOS_INCLUDE_RFM22B
|
||||
void PIOS_BOARD_IO_Configure_RFM22B(PIOS_BOARD_IO_RADIOAUX_Function function);
|
||||
|
@ -52,7 +52,7 @@
|
||||
#define PIOS_INCLUDE_SPI
|
||||
#define PIOS_INCLUDE_SYS
|
||||
#define PIOS_INCLUDE_TASK_MONITOR
|
||||
#define PIOS_INCLUDE_USART
|
||||
//#define PIOS_INCLUDE_USART
|
||||
// #define PIOS_INCLUDE_USB
|
||||
#define PIOS_INCLUDE_USB_HID
|
||||
// #define PIOS_INCLUDE_GPIO
|
||||
@ -87,8 +87,8 @@
|
||||
#define PIOS_INCLUDE_RCVR
|
||||
#define PIOS_INCLUDE_DSM
|
||||
// #define PIOS_INCLUDE_SBUS
|
||||
#define PIOS_INCLUDE_PPM
|
||||
#define PIOS_INCLUDE_PWM
|
||||
//#define PIOS_INCLUDE_PPM
|
||||
//#define PIOS_INCLUDE_PWM
|
||||
/* #define PIOS_INCLUDE_GCSRCVR */
|
||||
/* #define PIOS_INCLUDE_OPLINKRCVR */
|
||||
#define PIOS_INCLUDE_IAP
|
||||
|
Loading…
x
Reference in New Issue
Block a user