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

Cosmetics

This commit is contained in:
Bertrand Songis 2019-06-19 18:01:22 +02:00
parent 6ce9f8644d
commit aa1fa2aa09
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
2 changed files with 6 additions and 5 deletions

View file

@ -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)

View file

@ -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,