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

Warnings removed

This commit is contained in:
Bertrand Songis 2016-03-05 08:53:16 +01:00
parent ad33bff31c
commit 15912854e8
2 changed files with 3 additions and 6 deletions

View file

@ -748,8 +748,8 @@ typedef uint8_t swarnenable_t;
#endif
#if defined(PCBHORUS)
#include "layout.h"
#include "topbar.h"
#include "gui/horus/layout.h"
#include "gui/horus/topbar.h"
PACK(struct CustomScreenData {
char layoutName[10];
Layout::PersistentData layoutData;
@ -942,7 +942,7 @@ PACK(struct TrainerData {
#endif
#if defined(COLORLCD)
#include "theme.h"
#include "gui/horus/theme.h"
#define THEME_DATA \
NOBACKUP(char themeName[8]); \
NOBACKUP(Theme::PersistentData themeData);