Skip to content

Commit

Permalink
Merge branch 'master' into 20210110_fix_compile_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 17, 2024
2 parents edd3d8b + ebc98f0 commit e824b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern const char * const osdTimerSourceNames[OSD_NUM_TIMER_TYPES];

#define OSD_ELEMENT_BUFFER_LENGTH 32

#define VISIBLE_FLAG 0x2000
#define VISIBLE_FLAG 0x0800
#define VISIBLE(x) (x & VISIBLE_FLAG)

#define OSD_POS_MAX 0x7FF
Expand Down

0 comments on commit e824b75

Please sign in to comment.