Merge pull request #10558 from iNavFlight/MrD_Correct-comments-on-OSD-symbols
[inav.git] / src / main / target / IFLIGHT_BLITZ_F7_AIO / config.c
blob99d6b591583b8ec50d38d987565a0b8cf2bf6ed6
1 #include <stdbool.h>
2 #include <stdint.h>
4 #include <platform.h>
6 #include "io/serial.h"
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);