1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Merge pull request #3330 from opentx/projectkk2glider/issue_3255_uid_display

Projectkk2glider/issue 3255 uid display
This commit is contained in:
Bertrand Songis 2016-03-19 16:32:26 +01:00
commit 0a7d0119fe
5 changed files with 22 additions and 3 deletions

View file

@ -1534,6 +1534,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;