We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4b860 commit 0fbbe01Copy full SHA for 0fbbe01
bsp/ls2kdev/drivers/board.h
@@ -15,7 +15,7 @@
15
16
extern unsigned char __bss_end;
17
18
-#define CPU_HZ (100 * 1000 * 1000)
+#define CPU_HZ (1000 * 1000 * 1000) //QEMU 200*1000*1000
19
#define RT_HW_HEAP_BEGIN KSEG1BASE//(void*)&__bss_end
20
#define RT_HW_HEAP_END (void*)(RT_HW_HEAP_BEGIN + 64 * 1024 * 1024)
21
0 commit comments