mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
Bad indentaton and reduced buffer size
This commit is contained in:
parent
1e917da05e
commit
fd9f3ad8be
2 changed files with 2 additions and 2 deletions
|
@ -1513,7 +1513,7 @@ union ReusableBuffer
|
|||
uint16_t eepromfree;
|
||||
#if defined(SDCARD)
|
||||
char menu_bss[MENU_MAX_LINES][MENU_LINE_LENGTH];
|
||||
char mainname[sizeof(menu_bss)]; // because reused for SD backup / restore
|
||||
char mainname[45]; // because reused for SD backup / restore, max backup filename 44 chars: "/MODELS/MODEL0134353-2014-06-19-04-51-27.bin"
|
||||
#else
|
||||
char mainname[LEN_MODEL_NAME];
|
||||
#endif
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <sys/stat.h>
|
||||
#if defined(RTCLOCK)
|
||||
#include <time.h>
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#if defined WIN32 || !defined __GNUC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue