serial_msp: fix the CJMCU build by conditionally including the servos serializer.

Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
Michael Hope 2015-05-27 07:05:28 +02:00
commit df4cf69576

View file

@ -695,7 +695,9 @@ void mspInit(serialConfig_t *serialConfig)
#include "msg/FcVersion.h"
#include "msg/BoardInfo.h"
#include "msg/BuildInfo.h"
#ifdef USE_SERVOS
#include "msg/ServoConf.h"
#endif
static bool processOutCommand(uint8_t cmdMSP)
{