Przeglądaj źródła

change user boot pin to left (#228)

coreglitch 5 lat temu
rodzic
commit
b3dddc645d
1 zmienionych plików z 1 dodań i 1 usunięć
  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