change user boot pin to left (#228)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user