mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
Remove non-effective statics
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
#include <SBUS.h>
|
||||
|
||||
static const uint16_t channelNeutral[] = {995, 883, 200, 972, 512, 512};
|
||||
static const uint16_t channelMax[] = {1651, 1540, 1713, 1630, 1472, 1472};
|
||||
const uint16_t channelNeutral[] = {995, 883, 200, 972, 512, 512};
|
||||
const uint16_t channelMax[] = {1651, 1540, 1713, 1630, 1472, 1472};
|
||||
|
||||
static SBUS RC(Serial2);
|
||||
SBUS RC(Serial2);
|
||||
|
||||
void setupRC()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user