X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=config.h;h=ac45eaa82941ebc8de854334a86cc393d64ac612;hb=0076b72ccd398bf7571c5144ba36eda8a24f6c70;hp=529ff513a4ad5619d234804f8ffc8cdbf3838f03;hpb=5ac75cfae217122b540c1a6d258054230dc534c3;p=avr-crypto-lib.git diff --git a/config.h b/config.h index 529ff51..ac45eaa 100644 --- a/config.h +++ b/config.h @@ -30,7 +30,7 @@ /* uart.[ch] defines */ #define UART_INTERRUPT 1 -#define UART_BAUD_RATE 9600 +#define UART_BAUD_RATE 38400 #define UART_RXBUFSIZE 16 #define UART_TXBUFSIZE 16 #define UART_LINE_BUFFER_SIZE 40 @@ -44,7 +44,7 @@ #define UART_RTS_BIT 0 #define UART_CTS_BIT 1 */ - +//#define TWISTER_MUL_TABLE #define CLI_AUTO_HELP #endif