mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Bsongis/move everything (#3669)
* Directories moved * Directories moved * Directories moved * Directories moved * Directories moved * rename horus directories in gui to 480x272 * Directories moved * Rename taranis to 212x64 * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Fix x9e compile * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Directories moved - TARANIS target removed, it's now X9E / X9D+ / X9D * Minor improvement of path handling * Another bunch of files renamed :) * Another bunch of files renamed :) * Another bunch of files renamed :) * Another bunch of files renamed :) * Another bunch of files renamed :) * Rename 9x to 128x64 * Compilation fixes * Compilation fixes * Compilation fixes * Compilation fixes * Compilation fixes * Compilation fixes
This commit is contained in:
parent
e3e0d970a5
commit
83cdd67e6a
340 changed files with 3035 additions and 5126 deletions
|
@ -237,21 +237,7 @@
|
|||
#define RESXul 1024ul
|
||||
#define RESXl 1024l
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
#include "targets/horus/board_horus.h"
|
||||
#elif defined(PCBFLAMENCO)
|
||||
#include "targets/flamenco/board_flamenco.h"
|
||||
#elif defined(PCBTARANIS)
|
||||
#include "targets/taranis/board_taranis.h"
|
||||
#elif defined(PCBSKY9X)
|
||||
#include "targets/sky9x/board_sky9x.h"
|
||||
#elif defined(PCBGRUVIN9X)
|
||||
#include "targets/gruvin9x/board_gruvin9x.h"
|
||||
#elif defined(PCBMEGA2560)
|
||||
#include "targets/mega2560/board_mega2560.h"
|
||||
#else
|
||||
#include "targets/9x/board_stock.h"
|
||||
#endif
|
||||
#include "board.h"
|
||||
|
||||
#if defined(DISK_CACHE)
|
||||
#include "disk_cache.h"
|
||||
|
@ -499,7 +485,7 @@ typedef struct {
|
|||
} CustomFunctionsContext;
|
||||
|
||||
#include "strhelpers.h"
|
||||
#include "gui/gui.h"
|
||||
#include "gui.h"
|
||||
|
||||
#if defined(TEMPLATES)
|
||||
#include "templates.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue