1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Clean up vtx.c includes, move all not directly used to where they belong.

This commit is contained in:
Anders Hoglund 2016-10-01 18:30:58 +02:00
parent 92d2e3ae91
commit 44abc8f2e4
14 changed files with 54 additions and 38 deletions

View file

@ -17,6 +17,9 @@
#pragma once
#include <string.h>
#include "common/color.h"
#define LED_MAX_STRIP_LENGTH 32
#define LED_CONFIGURABLE_COLOR_COUNT 16
#define LED_MODE_COUNT 6