mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Re #3255: UID displayed on VERSION screen (Taranis)
This commit is contained in:
parent
726e32731b
commit
98a7900e70
4 changed files with 19 additions and 0 deletions
|
@ -1560,6 +1560,13 @@ union ReusableBuffer
|
|||
char originalName[SD_SCREEN_FILE_LENGTH+1];
|
||||
} sdmanager;
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
struct
|
||||
{
|
||||
char id[27];
|
||||
} version;
|
||||
#endif
|
||||
};
|
||||
|
||||
extern union ReusableBuffer reusableBuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue