invalid SD card configuration on MRE causes RED, blinking BLUE and no USB :( #4131

This commit is contained in:
rusefillc 2022-05-02 16:37:00 -04:00
parent fc44f655bf
commit b5e951b76e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ EFI_CONSOLE_TTL_PINS = -DEFI_CONSOLE_TX_BRAIN_PIN=Gpio::B10 -DEFI_CONSOLE_RX_BRA
# on MRE 0.6.0 we have SD card on SPI2 which shared channel 3 with USART3
# todo: enable serial which would not DMA thus not conflict?
DDEFS += -DSTM32_UART_USE_USART3=FALSE
DDEFS += -DSTM32_UART_USE_USART3=FALSE -DHAL_USE_UART=FALSE
DDEFS += -DEFI_CAN_SERIAL=TRUE