USE_OPENBLT

This commit is contained in:
rusefillc 2022-01-16 19:56:49 -05:00
parent 4b43907d48
commit 42e8195197
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ static void sayHello() {
efiPrintf(PROTOCOL_HELLO_PREFIX " Chibios Kernel: %s", CH_KERNEL_VERSION);
efiPrintf(PROTOCOL_HELLO_PREFIX " Compiled: " __DATE__ " - " __TIME__ "");
efiPrintf(PROTOCOL_HELLO_PREFIX " COMPILER=%s", __VERSION__);
#if USE_OPENBLT
efiPrintf(PROTOCOL_HELLO_PREFIX " with OPENBLT");
#endif
#ifdef ENABLE_AUTO_DETECT_HSE
extern float hseFrequencyMhz;