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:
parent
0152f2d644
commit
df4cf69576
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue