From 8234975ec09dc92f227094f24d57b09dd101322f Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 7 Aug 2021 12:36:39 -0400 Subject: [PATCH] would H7 work? --- firmware/console/eficonsole.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/console/eficonsole.cpp b/firmware/console/eficonsole.cpp index 93c8c30f9f..c604a81c5e 100644 --- a/firmware/console/eficonsole.cpp +++ b/firmware/console/eficonsole.cpp @@ -49,7 +49,7 @@ static void sayHello(void) { efiPrintf(PROTOCOL_HELLO_PREFIX " detected HSE clock %.2f MHz PLLM = %d", hseFrequencyMhz, autoDetectedRoundedMhz); #endif /* ENABLE_AUTO_DETECT_HSE */ -#if defined(STM32F4) || defined(STM32F7) +#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7) uint32_t *uid = ((uint32_t *)UID_BASE); efiPrintf("UID=%x %x %x", uid[0], uid[1], uid[2]); @@ -65,7 +65,7 @@ static void sayHello(void) { firmwareError(OBD_PCM_Processor_Fault, "rusEFI expected at least %dK of flash", MIN_FLASH_SIZE); } - efiPrintf("rev=%x size=%d", mcuRevision, flashSize); + efiPrintf("MCU rev=%x size=%d", mcuRevision, flashSize); #endif