Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
0cfab10c
Unverified
Commit
0cfab10c
authored
Apr 20, 2021
by
Michel Pastor
Committed by
GitHub
Apr 20, 2021
Browse files
Bump OSD font min version to 2 (#6856)
parent
2e7d79a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/io/osd.c
View file @
0cfab10c
...
...
@@ -144,7 +144,7 @@ FILE_COMPILE_FOR_SPEED
#define OSD_CENTER_LEN(x) ((osdDisplayPort->cols - x) / 2)
#define OSD_CENTER_S(s) OSD_CENTER_LEN(strlen(s))
#define OSD_MIN_FONT_VERSION
1
#define OSD_MIN_FONT_VERSION
2
static
unsigned
currentLayout
=
0
;
static
int
layoutOverride
=
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment