diff options
Diffstat (limited to 'tests/rtl8139-test.c')
-rw-r--r-- | tests/rtl8139-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rtl8139-test.c b/tests/rtl8139-test.c index e749be38ea..ba62851cae 100644 --- a/tests/rtl8139-test.c +++ b/tests/rtl8139-test.c @@ -20,7 +20,7 @@ static void nop(void) { } -#define CLK 33000000 +#define CLK 33333333 static QPCIBus *pcibus; static QPCIDevice *dev; |