1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Removed unused variable

This commit is contained in:
Marcin Baliniak 2016-09-19 21:32:14 +02:00
parent 1e2a961bcd
commit 110df75520

View file

@ -30,7 +30,6 @@ typedef struct {
} osd_profile; } osd_profile;
typedef struct { typedef struct {
int16_t max_height;
int16_t max_speed; int16_t max_speed;
int16_t min_voltage; // /10 int16_t min_voltage; // /10
int16_t max_current; // /10 int16_t max_current; // /10