E67 hellen tune has FATAL fix #4224

This commit is contained in:
rusefillc 2022-06-01 13:41:47 -04:00
parent 3c1188f6ec
commit 55ac88de8f
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,8 @@ void setBoardDefaultConfiguration() {
* @todo Add your board-specific code, if any.
*/
void setSdCardConfigurationOverrides() {
/*
* todo: what SPI does this HW use? also we have a popular "uart 3 conflict with spi 2"
engineConfiguration->sdCardSpiDevice = SPI_DEVICE_2;
engineConfiguration->spi2mosiPin = H_SPI2_MOSI;
@ -166,4 +168,5 @@ void setSdCardConfigurationOverrides() {
engineConfiguration->spi2sckPin = H_SPI2_SCK;
engineConfiguration->sdCardCsPin = H_SPI2_CS;
engineConfiguration->is_enabled_spi_2 = true;
*/
}