Fixed clk_tck -> clkTck

This commit is contained in:
aristocratos 2021-10-07 18:26:15 +02:00
parent e53799188f
commit b3e6f495f7

View file

@ -69,7 +69,7 @@ namespace Shared {
//* Initialize platform specific needed variables and check for errors
void init();
extern long coreCount, page_size, clk_tck;
extern long coreCount, page_size, clkTck;
}