rusefillc 2022-06-29 02:33:14 -04:00
parent a8c3769906
commit d2cece4f65
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ static void sayHello() {
efiPrintf(PROTOCOL_HELLO_PREFIX " detected HSE clock %.2f MHz PLLM = %d", hseFrequencyMhz, autoDetectedRoundedMhz);
#endif /* ENABLE_AUTO_DETECT_HSE */
efiPrintf("hellenBoardId=%d", engine->engineState.hellenBoardId);
#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]);