]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - config.h
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
[avr-crypto-lib.git] / config.h
index 05e65c2b42804865284d82dbc6bbae73e2af11f5..a4624a67c4efa3230f67ac4a7d84906dd135a37f 100644 (file)
--- a/config.h
+++ b/config.h
@@ -26,7 +26,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