USE_OPENBLT
This commit is contained in:
parent
4b43907d48
commit
42e8195197
|
@ -88,6 +88,9 @@ static void sayHello() {
|
||||||
efiPrintf(PROTOCOL_HELLO_PREFIX " Chibios Kernel: %s", CH_KERNEL_VERSION);
|
efiPrintf(PROTOCOL_HELLO_PREFIX " Chibios Kernel: %s", CH_KERNEL_VERSION);
|
||||||
efiPrintf(PROTOCOL_HELLO_PREFIX " Compiled: " __DATE__ " - " __TIME__ "");
|
efiPrintf(PROTOCOL_HELLO_PREFIX " Compiled: " __DATE__ " - " __TIME__ "");
|
||||||
efiPrintf(PROTOCOL_HELLO_PREFIX " COMPILER=%s", __VERSION__);
|
efiPrintf(PROTOCOL_HELLO_PREFIX " COMPILER=%s", __VERSION__);
|
||||||
|
#if USE_OPENBLT
|
||||||
|
efiPrintf(PROTOCOL_HELLO_PREFIX " with OPENBLT");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_AUTO_DETECT_HSE
|
#ifdef ENABLE_AUTO_DETECT_HSE
|
||||||
extern float hseFrequencyMhz;
|
extern float hseFrequencyMhz;
|
||||||
|
|
Loading…
Reference in New Issue