Change clock back to 250 MHz
Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
This commit is contained in:
parent
0ae392dc51
commit
d6bd009c92
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define CLK_SYS_HZ (264 * MHZ)
|
#define CLK_SYS_HZ (250 * MHZ)
|
||||||
|
|
||||||
#define EXTRA_BITS 4
|
#define EXTRA_BITS 4
|
||||||
#define NUM_SAMPLES 32
|
#define NUM_SAMPLES 32
|
||||||
|
|
Loading…
Reference in a new issue