E67 hellen tune has FATAL fix #4224
This commit is contained in:
parent
3c1188f6ec
commit
55ac88de8f
|
@ -159,6 +159,8 @@ void setBoardDefaultConfiguration() {
|
||||||
* @todo Add your board-specific code, if any.
|
* @todo Add your board-specific code, if any.
|
||||||
*/
|
*/
|
||||||
void setSdCardConfigurationOverrides() {
|
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->sdCardSpiDevice = SPI_DEVICE_2;
|
||||||
|
|
||||||
engineConfiguration->spi2mosiPin = H_SPI2_MOSI;
|
engineConfiguration->spi2mosiPin = H_SPI2_MOSI;
|
||||||
|
@ -166,4 +168,5 @@ void setSdCardConfigurationOverrides() {
|
||||||
engineConfiguration->spi2sckPin = H_SPI2_SCK;
|
engineConfiguration->spi2sckPin = H_SPI2_SCK;
|
||||||
engineConfiguration->sdCardCsPin = H_SPI2_CS;
|
engineConfiguration->sdCardCsPin = H_SPI2_CS;
|
||||||
engineConfiguration->is_enabled_spi_2 = true;
|
engineConfiguration->is_enabled_spi_2 = true;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue