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

Cosmetics

This commit is contained in:
Bertrand Songis 2019-04-17 16:28:02 +02:00
parent ad555855c2
commit 765b17f36b
3 changed files with 14 additions and 8 deletions

View file

@ -22,7 +22,7 @@
#include "bin_files.h"
#if defined(PCBXLITE)
#define BOOTLOADER_KEYS 0x0f
#define BOOTLOADER_KEYS 0x0F
#else
#define BOOTLOADER_KEYS 0x42
#endif
@ -206,6 +206,7 @@ int main()
uint32_t nameCount = 0;
wdt_reset();
RCC_AHB1PeriphClockCmd(PWR_RCC_AHB1Periph | KEYS_RCC_AHB1Periph |
LCD_RCC_AHB1Periph | BACKLIGHT_RCC_AHB1Periph |
SERIAL_RCC_AHB1Periph | I2C_RCC_AHB1Periph |
@ -227,8 +228,8 @@ int main()
// LHR & RHL trims not pressed simultanously
if (readTrims() != BOOTLOADER_KEYS) {
// Start main application
jumpTo(APP_START_ADDRESS);
// Start main application
jumpTo(APP_START_ADDRESS);
}
pwrInit();