7 #include "io/ledstrip.h"
9 #include "sensors/boardalignment.h"
11 void targetConfiguration(void)
13 // UART1 is in the plug for vtx
14 serialConfigMutable()->portConfigs
[findSerialPortIndexByIdentifier(SERIAL_PORT_USART1
)].functionMask
= FUNCTION_MSP_OSD
;
16 boardAlignmentMutable()->yawDeciDegrees
= 1350;
18 DEFINE_LED(ledStripConfigMutable()->ledConfigs
, 0, 0, COLOR_GREEN
, 0, LED_FUNCTION_ARM_STATE
, LED_FLAG_OVERLAY(LED_OVERLAY_WARNING
), 0);