only:alphax-2chan
This commit is contained in:
parent
fa6737cb58
commit
ca92234122
|
@ -77,8 +77,12 @@ void boardOnConfigurationChange(engine_configuration_s * /*previousConfiguration
|
||||||
|
|
||||||
|
|
||||||
static bool isMegaModuleRevision() {
|
static bool isMegaModuleRevision() {
|
||||||
|
#ifndef EFI_BOOTLOADER
|
||||||
int16_t hellenBoardId = engine->engineState.hellenBoardId;
|
int16_t hellenBoardId = engine->engineState.hellenBoardId;
|
||||||
return hellenBoardId != BOARD_ID_ALPHA2CH_B && hellenBoardId != BOARD_ID_ALPHA2CH_C && hellenBoardId != BOARD_ID_ALPHA2CH_D;
|
return hellenBoardId != BOARD_ID_ALPHA2CH_B && hellenBoardId != BOARD_ID_ALPHA2CH_C && hellenBoardId != BOARD_ID_ALPHA2CH_D;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif // EFI_BOOTLOADER
|
||||||
}
|
}
|
||||||
|
|
||||||
void setBoardConfigOverrides() {
|
void setBoardConfigOverrides() {
|
||||||
|
|
Loading…
Reference in New Issue