]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - config.h
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / config.h
index 76debe5b46192c0a62abc180db96ae4cb0c2c5b2..04c8cd2531b580a084dee1679d91ba1846ea40b8 100644 (file)
--- a/config.h
+++ b/config.h
 #define __CONFIG_H__
 #include <avr/io.h>
 // #define F_CPU 20000000
- #define F_CPU 16000000         /* Oszillator-Frequenz in Hz */
+// #define F_CPU 16000000         /* oscillator-frequency in Hz */
 // #define F_CPU 14745600
+#define F_CPU 20000000 /* this is out of spec but lets try it */
 
+#define DEBUG_METHOD uart
 
 #include "uart_defs.h"
 
-#define DEBUG uart
-
-#undef UART_LEDS
-
 #define UART0_I 1
 #define UART0_BAUD_RATE  38400
 #define UART0_PARATY     UART_PARATY_NONE