Minor code fixes

This commit is contained in:
Oleg Kalachev
2025-10-21 19:32:09 +03:00
parent 66fb7a13c3
commit 46d1749a8c
2 changed files with 1 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#include <SPI.h>
#include <FlixPeriph.h>
#include "vector.h"
#include "lpf.h"
#include "util.h"

View File

@@ -8,7 +8,6 @@
extern float channelZero[16];
extern float channelMax[16];
extern float rollChannel, pitchChannel, throttleChannel, yawChannel, armedChannel, modeChannel;
extern float mavlinkControlScale;
Preferences storage;