forked from Firmware/Firmwares
reduces dhrystone iterations to 20000 for reasonable RTL sim times
This commit is contained in:
parent
2fb5920348
commit
06add2e20d
|
@ -1 +1 @@
|
|||
Subproject commit e051cf180ec46fbbbdb99d28231f9700f45490d0
|
||||
Subproject commit d5304739fa8db6a3c16e417c9bc15b6fad749136
|
|
@ -11,7 +11,7 @@ long time(void)
|
|||
// set the number of dhrystone iterations
|
||||
void __wrap_scanf(const char* fmt, int* n)
|
||||
{
|
||||
*n = 200000;
|
||||
*n = 20000;
|
||||
}
|
||||
|
||||
extern volatile uint32_t tohost;
|
||||
|
|
Loading…
Reference in New Issue