mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +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
|
@ -1524,7 +1524,7 @@ static bool processInCommand(void)
|
|||
#endif
|
||||
#ifdef OSD
|
||||
case MSP_SET_OSD_CONFIG:
|
||||
masterConfig.osdProfile.system = read8();
|
||||
masterConfig.osdProfile.video_system = read8();
|
||||
for (i = 0; i < OSD_MAX_ITEMS; i++)
|
||||
masterConfig.osdProfile.item_pos[i] = read16();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue