X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fuart_defines.h;h=976f2eec802e8a6b40a565239ed26e38553321e5;hb=94f6d6aad57f8d1230409f74e42395edc290668a;hp=aa2dd2954b1f9e1b80f27d2a28c17c00960dffa2;hpb=3fdf0954404224cef94db2086348b3fa6020aaa4;p=arm-crypto-lib.git diff --git a/test_src/uart_defines.h b/test_src/uart_defines.h index aa2dd29..976f2ee 100644 --- a/test_src/uart_defines.h +++ b/test_src/uart_defines.h @@ -1,6 +1,6 @@ /* uart_defines.h */ /* - This file is part of the ARM-Crypto-Lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -47,10 +47,4 @@ #define UART_ERROR_RX_BUFFER_INIT 5 #define UART_ERROR_TX_BUFFER_INIT 6 -#define UART_FLOWCTRL_NONE 0 -#define UART_FLOWCTRL_SOFT 1 - -#define UART_XON_CHAR 0x11 -#define UART_XOFF_CHAR 0x13 - #endif /* UART_DEFINES_H_ */