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

fix flash overflow problem

This commit is contained in:
azol 2018-06-23 13:15:37 +08:00
parent 53458d4cf1
commit 7fa9399575
3 changed files with 15 additions and 48 deletions

View file

@ -34,14 +34,10 @@
#include "io/beeper.h"
#include "io/serial.h"
#include "io/osd.h"
#include "io/rcdevice_cam.h"
#include "rx/rx.h"
#include "fc/config.h"
#include "config/feature.h"
#ifdef USE_RCDEVICE
#define IS_HI(X) (rcData[X] > FIVE_KEY_CABLE_JOYSTICK_MAX)