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:
parent
33316a40df
commit
5aa6187b00
3 changed files with 36 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue