1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

Saved ROM in CLI valuTable by limiting min/max to int16_t

This commit is contained in:
Martin Budden 2017-01-21 07:42:18 +00:00
parent 33316a40df
commit 5aa6187b00
3 changed files with 36 additions and 30 deletions

View file

@ -24,6 +24,7 @@
#define VISIBLE(x) (x & VISIBLE_FLAG)
#define BLINK(x) ((x & BLINK_FLAG) && blinkState)
#define BLINK_OFF(x) (x & ~BLINK_FLAG)
#define OSD_POS_MAX 0x3FF
typedef enum {
OSD_RSSI_VALUE,