- remove wrong multiplicator
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@369 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
b921da960a
commit
15487b4817
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ uint32_t detect_cpu_frequency(void)
|
|||
if (cpu_freq > 0)
|
||||
return cpu_freq;
|
||||
|
||||
cpu_freq = scc_info.tile_frequency*1000000;
|
||||
cpu_freq = scc_info.tile_frequency;
|
||||
|
||||
return cpu_freq;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue