mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
Cosmetics
This commit is contained in:
parent
6ce9f8644d
commit
aa1fa2aa09
2 changed files with 6 additions and 5 deletions
|
@ -17,6 +17,7 @@
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "boot.h"
|
#include "boot.h"
|
||||||
#include "bin_files.h"
|
#include "bin_files.h"
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
#else
|
#else
|
||||||
#define BOOTLOADER_KEYS 0x42
|
#define BOOTLOADER_KEYS 0x42
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define APP_START_ADDRESS (uint32_t)(FIRMWARE_ADDRESS + BOOTLOADER_SIZE)
|
#define APP_START_ADDRESS (uint32_t)(FIRMWARE_ADDRESS + BOOTLOADER_SIZE)
|
||||||
|
|
||||||
#if defined(EEPROM)
|
#if defined(EEPROM)
|
||||||
|
|
|
@ -312,7 +312,6 @@ enum EnumKeys
|
||||||
KEY_MINUS,
|
KEY_MINUS,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
TRM_BASE,
|
TRM_BASE,
|
||||||
TRM_LH_DWN = TRM_BASE,
|
TRM_LH_DWN = TRM_BASE,
|
||||||
TRM_LH_UP,
|
TRM_LH_UP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue