mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
namespace a few vars add some #defines for clarity
This commit is contained in:
parent
a960bfd1cd
commit
e9868c4e37
7 changed files with 54 additions and 26 deletions
|
@ -53,7 +53,8 @@ typedef enum {
|
|||
|
||||
|
||||
typedef struct {
|
||||
uint8_t system;
|
||||
// AUTO / PAL / NTSC in VIDEO_TYPES enum
|
||||
uint8_t video_system;
|
||||
int16_t item_pos[OSD_MAX_ITEMS];
|
||||
} osd_profile;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue