[target][qemu-m4] tweak a line after stm32f4xx library changed a definition.

This commit is contained in:
Travis Geiselbrecht
2022-08-14 19:06:23 -07:00
parent f2cf99bf73
commit 55a6a38469

View File

@@ -89,7 +89,7 @@ static void setup_pins(void) {
GPIO_InitStruct.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStruct);
GPIOE->BSRRL |= GPIO_Pin_7; // set PE7 high
GPIOE->BSRR |= GPIO_Pin_7; // set PE7 high
// Setup display CS Pin
gpio_config(GPIO(GPIO_PORT_G, 8), GPIO_OUTPUT);