Skip to content

Commit e824b75

Browse files
committed
Merge branch 'master' into 20210110_fix_compile_warnings
2 parents edd3d8b + ebc98f0 commit e824b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/io/osd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern const char * const osdTimerSourceNames[OSD_NUM_TIMER_TYPES];
2828

2929
#define OSD_ELEMENT_BUFFER_LENGTH 32
3030

31-
#define VISIBLE_FLAG 0x2000
31+
#define VISIBLE_FLAG 0x0800
3232
#define VISIBLE(x) (x & VISIBLE_FLAG)
3333

3434
#define OSD_POS_MAX 0x7FF

0 commit comments

Comments
 (0)