]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/config.h
bigint looks good but needs more testing
[arm-crypto-lib.git] / test_src / config.h
index db1f16d1d877a6721d43394b8cd2d3362ffd0be0..742de1e2c564c2f4cb3ff97b7348245ba1462b89 100644 (file)
@@ -1,6 +1,6 @@
 /* config.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 
 #include "sysclock.h"
 
-#define SYS_FREQ SYS_FREQ_50MHZ000
+#define SYS_FREQ SYS_FREQ_80MHZ000
 
 #endif