mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
make sure splash start and end markers have correct position
Compiler can change position of start/end splash markers or even optimize-out them completely, because they are not used in the fw. Make them part of the splash data block, so their possition is always correct. util/xbm2lbm was changed together with other c "images" to make it consitent.
This commit is contained in:
parent
7f00d8c3dc
commit
14676ab361
8 changed files with 12 additions and 12 deletions
|
@ -20,7 +20,10 @@
|
|||
*/
|
||||
|
||||
#include "menus.h"
|
||||
|
||||
const pm_uchar sticks[] PROGMEM = {
|
||||
#include "sticks.lbm"
|
||||
};
|
||||
|
||||
enum EnumTabDiag {
|
||||
e_Setup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue