Explorar el Código

change user boot pin to left (#228)

coreglitch hace 5 años
padre
commit
b3dddc645d
Se han modificado 1 ficheros con 1 adiciones y 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