only:dead

This commit is contained in:
rusEFI LLC 2024-04-27 00:07:48 -04:00
parent 1c950384a1
commit 6c193efb60
1 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,7 @@ void setBoardDefaultConfiguration() {
// weak linkage
void boardInitHardware() {
#if HW_FRANKENSO
static const struct mc33810_config mc33810 = {
.spi_bus = &SPID3,
.spi_config = {
@ -193,5 +193,4 @@ static const struct mc33810_config mc33810 = {
efiPrintf("injinfo index=%d", engine->fuelComputer.brokenInjector);
});
}
#endif // HW_FRANKENSO
}