Explorar o código

change user boot pin to left (#228)

coreglitch %!s(int64=5) %!d(string=hai) anos
pai
achega
b3dddc645d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bootloader/targets/f3/target.c

+ 1 - 1
bootloader/targets/f3/target.c

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