Lua refresh rate transparency/logic etc #5939
explicit ENABLE_PERF_TRACE
This commit is contained in:
parent
fc4ff6e5d3
commit
41e5ff778c
|
@ -111,8 +111,8 @@ static void sayHello() {
|
|||
efiPrintf("CH_CFG_ST_FREQUENCY=%d", CH_CFG_ST_FREQUENCY);
|
||||
#endif
|
||||
|
||||
#ifdef CORTEX_MAX_KERNEL_PRIORITY
|
||||
efiPrintf("CORTEX_MAX_KERNEL_PRIORITY=%d", CORTEX_MAX_KERNEL_PRIORITY);
|
||||
#ifdef ENABLE_PERF_TRACE
|
||||
efiPrintf("ENABLE_PERF_TRACE=%d", ENABLE_PERF_TRACE);
|
||||
#endif
|
||||
|
||||
#ifdef STM32_ADCCLK
|
||||
|
|
Loading…
Reference in New Issue