1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Fixed PPM compile option (missing pin defines)

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2816 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
pip 2011-02-20 13:12:08 +00:00 committed by pip
parent 8d6f320fca
commit d733f08a0e

View File

@ -45,8 +45,8 @@
#if defined(USE_SPEKTRUM)
#define PIOS_INCLUDE_SPEKTRUM
#else
//#define PIOS_INCLUDE_PPM
#define PIOS_INCLUDE_PWM
#define PIOS_INCLUDE_PPM
//#define PIOS_INCLUDE_PWM
#endif
#define PIOS_INCLUDE_SERVO