change user boot pin to left (#228)

This commit is contained in:
coreglitch 2020-11-09 16:39:43 +06:00 committed by GitHub
parent 835bbffc85
commit b3dddc645d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
#define BOOT_REQUEST_DFU 0xDF00B000 #define BOOT_REQUEST_DFU 0xDF00B000
// Boot to DFU pin // Boot to DFU pin
#define BOOT_DFU_PORT GPIOB #define BOOT_DFU_PORT GPIOB
#define BOOT_DFU_PIN LL_GPIO_PIN_12 #define BOOT_DFU_PIN LL_GPIO_PIN_11
// LCD backlight // LCD backlight
#define BOOT_LCD_BL_PORT GPIOA #define BOOT_LCD_BL_PORT GPIOA
#define BOOT_LCD_BL_PIN LL_GPIO_PIN_15 #define BOOT_LCD_BL_PIN LL_GPIO_PIN_15