]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/uart.c
moving from uart to cli
[avr-crypto-lib.git] / test_src / uart.c
index 0c9943c914340aa8b715c4daf274443b88a67703..56b22dd7fd29c65009bb36a923115767cc3588c9 100644 (file)
@@ -81,6 +81,9 @@
 
 
 #ifdef UART_XON_XOFF
+#define XON  0x11
+#define XOFF 0x13
+
  #ifdef UART_INTERRUPT
   void uart_insertc(char c);
  #else