X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fconfig.h;h=46c039f36003426c27e6bf85598e31f4c2213a7e;hb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;hp=76debe5b46192c0a62abc180db96ae4cb0c2c5b2;hpb=27e7d731ffb22116dba8c67cead51829d8ebe137;p=avr-crypto-lib.git diff --git a/test_src/config.h b/test_src/config.h index 76debe5..46c039f 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -20,18 +20,16 @@ #define __CONFIG_H__ #include // #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_BAUD_RATE 115200 #define UART0_PARATY UART_PARATY_NONE #define UART0_STOPBITS UART_STOPBITS_1 #define UART0_DATABITS UART_DATABITS_8